Skip to content

Commit 7e7cd85

Browse files
committed
downgrade Android Gradle plugin to 8.5.0
8.5.1 is causing a crash from minification for CameraX extension usage.
1 parent db898e4 commit 7e7cd85

File tree

2 files changed

+276
-276
lines changed

2 files changed

+276
-276
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.android.application") version "8.5.1" apply false
2+
id("com.android.application") version "8.5.0" apply false
33
id("org.jetbrains.kotlin.android") version "2.0.0" apply false
44
}
55

0 commit comments

Comments
 (0)