Skip to content

Commit 48ce4a6

Browse files
committed
Update agp to 8.6.1
1 parent 5cadd01 commit 48ce4a6

File tree

3 files changed

+215
-320
lines changed

3 files changed

+215
-320
lines changed

Diff for: android/gradle.properties

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ android.nonTransitiveRClass=false
33
android.useAndroidX=true
44
kotlin.code.style=official
55
org.gradle.jvmargs=-Xmx8192M -Dkotlin.daemon.jvm.options\="-Xmx8192M"
6-
android.experimental.lint.version = 8.4.0

Diff for: android/gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# The android-gradle-aapt plugin version must be in sync with the android plugin version.
44
# Required for Gradle metadata verification to work properly, see:
55
# https://github.com/gradle/gradle/issues/19228
6-
android-gradle-plugin = "8.3.0"
7-
android-gradle-aapt = "10880808"
6+
android-gradle-plugin = "8.6.1"
7+
android-gradle-aapt = "11315950"
88
android-billingclient = "7.0.0"
99
android-volley = "1.2.1"
1010

0 commit comments

Comments
 (0)