Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-gustafsson committed Jan 2, 2024
1 parent 411c172 commit 17fba0f
Show file tree
Hide file tree
Showing 3 changed files with 6 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 14600
versionName "1.46.0"
versionCode 14700
versionName "1.47.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
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/14700.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
• Updated UI toast design
• Updated new york sour recipe
• Added tschunk cocktail
1 change: 1 addition & 0 deletions src/data/cocktail-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2633,6 +2633,7 @@ const cocktails: StaticCocktail[] = [
imageSrc: 'images/tschunk.png',
isImagePortrait: true,
translation: 'tschunk',
isImageAiGenerated: true,
category: DrinkCategory.Cocktail,
ingredientGroups: [
{ amount: '1', ingredientId: '106', unit: '' },
Expand Down

0 comments on commit 17fba0f

Please sign in to comment.