Skip to content

Commit

Permalink
Upgrade gradle to 8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard committed Feb 14, 2024
1 parent 32f0d75 commit 8d66ca9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ android {
buildConfig = true
}

kotlinOptions {
jvmTarget = "1.8"
}
namespace 'foss.cnugteren.nlweer'
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.0'
classpath 'com.android.tools.build:gradle:8.2.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 8d66ca9

Please sign in to comment.