Skip to content

Commit 50c6bec

Browse files
committed
Disable minify
1 parent 8c44f83 commit 50c6bec

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

android/app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ android {
7878

7979
buildTypes {
8080
release {
81+
// Temporarily solution to fix crash
82+
minifyEnabled false
83+
shrinkResources false
8184
ndk {
8285
abiFilters "armeabi-v7a", "arm64-v8a", "x86_64"
8386
}

android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2121
id "com.android.application" version '8.9.0' apply false
22-
id "org.jetbrains.kotlin.android" version "1.8.10" apply false
22+
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
2323
}
2424

2525
include ":app"

0 commit comments

Comments
 (0)