Skip to content

Commit 7cd41d0

Browse files
authored
Updated AGP to hopefully fix potential R8 crash (#130)
Getting a super weird crash on release / non-debuggable builds. Not very easy to pinpoint why but it seems like it could be an AGP issue with R8? I was able to consistently repro the crash, but after upgrading it seems to be fixed so...🤞🏾
1 parent 9db211c commit 7cd41d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/gradle/libs.versions.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.5.0"
2+
agp = "8.5.2"
33
kotlin = "2.0.0"
44
ksp = "2.0.0-1.0.22"
55
coreKtx = "1.13.1"
@@ -18,7 +18,6 @@ emergePlugin = "4.0.0"
1818
emergeSnapshots = "1.2.0"
1919
emergeReaper = "1.0.0-rc01"
2020
sentry = "4.10.0"
21-
composeCompilerExtension = "1.5.3"
2221
material3 = "1.3.0-beta05"
2322
shapes = "1.0.0-rc01"
2423
datastore = "1.1.1"

0 commit comments

Comments
 (0)