Skip to content

Commit

Permalink
chore: Update version for v0.9.1 (#2489)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal authored Dec 10, 2019
1 parent 088d3ba commit 9a12992
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId "com.eventyay.attendee"
minSdkVersion 21
targetSdkVersion 28
versionCode 16
versionName "0.9.0"
versionCode 17
versionName "0.9.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
v0.9.1:

- Fix app crash on startup/login

🚀 Features

- Reduce APK size by removing redundant Paypal binaries
- Enable PayPal payment option

🐛 Bug Fixes

- Fix app crash in search
- Some UI fixes
- Other fixes and dependency updates

0 comments on commit 9a12992

Please sign in to comment.