Skip to content

Commit

Permalink
Update to android gradle plugin 8.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fornewid committed Nov 21, 2024
1 parent 359a95b commit 0ed2475
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ android {
compose true
}
packagingOptions {
// Multiple dependencies bring these files in. Exclude them to enable
// our test APK to build (has no effect on our AARs)
excludes += "/META-INF/AL2.0"
excludes += "/META-INF/LGPL2.1"
resources {
excludes += ['/META-INF/AL2.0', '/META-INF/LGPL2.1']
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]

gradlePlugin = "8.3.2"
gradlePlugin = "8.4.2"
mavenPublish = "0.25.1"
metalava = "0.3.5"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Apr 14 02:31:52 KST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 0ed2475

Please sign in to comment.