We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ae4f2 commit e9c5356Copy full SHA for e9c5356
android/app/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "com.moimob.drinkable"
8
minSdkVersion rootProject.ext.minSdkVersion
9
targetSdkVersion rootProject.ext.targetSdkVersion
10
- versionCode 15000
11
- versionName "1.50.0"
+ versionCode 15100
+ versionName "1.51.0"
12
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
13
aaptOptions {
14
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
fastlane/metadata/android/en-US/changelogs/15100.txt
@@ -0,0 +1,2 @@
1
+• Updated Chinese translations
2
+• Updated German translations
0 commit comments