Skip to content

Commit

Permalink
Upgrade AGP to 8.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bendk committed Dec 11, 2024
1 parent 257b64c commit 0392a9d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,6 @@ subprojects {
afterEvaluate{
if (it.hasProperty('android')) {
android {
// This shouldn't be needed anymore with AGP 8.1.0+
// https://kotlinlang.org/docs/gradle-configure-project.html#gradle-java-toolchains-support
compileOptions {
sourceCompatibility rootProject.ext.build.jvmTargetCompatibility
targetCompatibility rootProject.ext.build.jvmTargetCompatibility
}

buildFeatures {
buildConfig true
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[versions]
# AGP
android-plugin = "8.0.2"
android-plugin = "8.7.3"

# Google
protobuf = "4.28.2"
Expand Down

0 comments on commit 0392a9d

Please sign in to comment.