Skip to content

Commit b4b6636

Browse files
committed
Enable Turkish and Russian strings and bump version to 0.45
1 parent 65580ab commit b4b6636

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ android {
1111
compileSdk 34
1212
minSdkVersion 29
1313
targetSdkVersion 34
14-
versionCode 43
15-
versionName "0.43"
14+
versionCode 45
15+
versionName "0.45"
1616
multiDexEnabled true
1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
18-
resourceConfigurations += ['en']
18+
resourceConfigurations += ['en', 'tr', 'ru']
1919
vectorDrawables.useSupportLibrary = true
2020
externalNativeBuild {
2121
cmake {

0 commit comments

Comments
 (0)