Skip to content

Commit faae424

Browse files
fix: backbutton should exit app (#419)
* fix: backbutton should exit app * chore: prepare release
1 parent ebbeb55 commit faae424

File tree

5 files changed

+133
-5553
lines changed

5 files changed

+133
-5553
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 14100
11-
versionName "1.41.0"
10+
versionCode 14200
11+
versionName "1.42.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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
• You can now add or remove cocktails from favorites from the cocktail list. A new menu will appear after a long press the cocktail
2+
• Added more cocktails
3+
4+
• Updated swedish translations

0 commit comments

Comments
 (0)