Skip to content

Commit e9c5356

Browse files
1.51.0 (#520)
* feat: add ability to restore backups without accessing filesystem * fix * chore: build.gradle and release notes
1 parent 27ae4f2 commit e9c5356

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.moimob.drinkable"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 15000
11-
versionName "1.50.0"
10+
versionCode 15100
11+
versionName "1.51.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
• Updated Chinese translations
2+
• Updated German translations

0 commit comments

Comments
 (0)