Skip to content

Commit

Permalink
Update build.gradle to mitigate Play Console Stability warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
xpavle00 committed Aug 20, 2023
1 parent e6c1b3f commit 884dd4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (keystorePropertiesFile.exists()) {

android {
compileSdk flutter.compileSdkVersion
ndkVersion "25.2.9519653"
ndkVersion '25.1.8937393'

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand All @@ -56,6 +56,7 @@ android {
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
multiDexEnabled true
ndk { abiFilters "arm64-v8a", "armeabi-v7a", "x86_64" }
}

signingConfigs {
Expand Down
1 change: 1 addition & 0 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
android.useDeprecatedNdk=true

0 comments on commit 884dd4c

Please sign in to comment.