Skip to content

Commit

Permalink
chore: update version and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-gustafsson committed Jun 26, 2023
1 parent 2915baf commit 717bddd
Show file tree
Hide file tree
Showing 2 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 13000
versionName "1.30.0"
versionCode 13100
versionName "1.31.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/13100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
• Cocktails now displays Alochol by Volume (ABV)
• Added sort option for Alcohol Levels (None, Low, Medium, Strong)
• It is now possibe to edit ABV and Spirit Type for Custom Ingredients
• Updated Swedish translations

0 comments on commit 717bddd

Please sign in to comment.