We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0740166 commit 0efa032Copy full SHA for 0efa032
app/build.gradle
@@ -12,8 +12,8 @@ android {
12
compileSdk = 36
13
minSdkVersion 29
14
targetSdkVersion 36
15
- versionCode 49
16
- versionName "0.49"
+ versionCode 50
+ versionName "0.50"
17
multiDexEnabled = true
18
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
19
resourceConfigurations += ['en', 'tr', 'ru']
gradle.properties
@@ -16,5 +16,5 @@ android.enableJetifier=false
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
android.useAndroidX=true
android.nonTransitiveRClass=true
-android.nonFinalResIds=false
+android.nonFinalResIds=true
20
org.gradle.configuration-cache=true
0 commit comments