Skip to content

Commit

Permalink
fix: backbutton should exit app (#419)
Browse files Browse the repository at this point in the history
* fix: backbutton should exit app

* chore: prepare release
  • Loading branch information
anton-gustafsson authored Oct 26, 2023
1 parent ebbeb55 commit faae424
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 5,553 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 14100
versionName "1.41.0"
versionCode 14200
versionName "1.42.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
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/14200.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
• You can now add or remove cocktails from favorites from the cocktail list. A new menu will appear after a long press the cocktail
• Added more cocktails

• Updated swedish translations
Loading

0 comments on commit faae424

Please sign in to comment.