diff --git a/apps/android/app/build.gradle b/apps/android/app/build.gradle index 2028d9d4a8..54e227b51e 100644 --- a/apps/android/app/build.gradle +++ b/apps/android/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "chat.simplex.app" minSdk 26 targetSdk 32 - versionCode 112 - versionName "4.6.1" + versionCode 114 + versionName "5.0-beta.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { @@ -77,7 +77,18 @@ android { def isBundle = gradle.getStartParameter().taskNames.find({ it.toLowerCase().contains("bundle") }) != null // if (isRelease) { // Comma separated list of languages that will be included in the apk - android.defaultConfig.resConfigs("en", "cs", "de", "es", "fr", "it", "nl", "pl", "ru", "zh-rCN") + android.defaultConfig.resConfigs( + "en", + "cs", + "de", + "es", + "fr", + "it", + "nl", + "pl", + "ru", + "zh-rCN" + ) // } if (isBundle) { defaultConfig.ndk.abiFilters 'arm64-v8a', 'armeabi-v7a'