Skip to content

Commit 54f9bcb

Browse files
committed
Upgrade AGP to 9.0.0
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
1 parent addf1e2 commit 54f9bcb

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ systemProp.file.encoding=utf-8
77

88
# https://docs.gradle.org/current/userguide/configuration_cache.html
99
org.gradle.configuration-cache=true
10+
android.enableAppCompileTimeRClass=false
11+
android.r8.strictFullModeForKeepRules=false
12+
android.r8.optimizedResourceShrinking=false

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[versions]
77
acra = "5.13.1"
8-
agp = "8.13.2"
8+
agp = "9.0.0"
99
appcompat = "1.7.1"
1010
assertj = "3.27.6"
1111
autoservice-google = "1.1.1"

0 commit comments

Comments
 (0)