Skip to content

Commit

Permalink
1.51.0 (#520)
Browse files Browse the repository at this point in the history
* feat: add ability to restore backups without accessing filesystem

* fix

* chore: build.gradle and release notes
  • Loading branch information
anton-gustafsson authored Jun 24, 2024
1 parent 27ae4f2 commit e9c5356
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.moimob.drinkable"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 15000
versionName "1.50.0"
versionCode 15100
versionName "1.51.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/15100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• Updated Chinese translations
• Updated German translations

0 comments on commit e9c5356

Please sign in to comment.