Skip to content

Commit

Permalink
chore(all): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-gustafsson committed Oct 12, 2022
1 parent 4a5ce45 commit 51c6613
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 @@ -10,8 +10,8 @@ android {
applicationId "com.moimob.drinkable"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 10807
versionName "1.8.7"
versionCode 10900
versionName "1.9.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/10900.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
• Major UI overhaul
• Fixed a bug with the contact form showing an error even though the message was sent

0 comments on commit 51c6613

Please sign in to comment.