Skip to content

Commit 9a12992

Browse files
chore: Update version for v0.9.1 (#2489)
1 parent 088d3ba commit 9a12992

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
applicationId "com.eventyay.attendee"
2424
minSdkVersion 21
2525
targetSdkVersion 28
26-
versionCode 16
27-
versionName "0.9.0"
26+
versionCode 17
27+
versionName "0.9.1"
2828
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2929
vectorDrawables.useSupportLibrary = true
3030
multiDexEnabled true
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
v0.9.1:
2+
3+
- Fix app crash on startup/login
4+
5+
🚀 Features
6+
7+
- Reduce APK size by removing redundant Paypal binaries
8+
- Enable PayPal payment option
9+
10+
🐛 Bug Fixes
11+
12+
- Fix app crash in search
13+
- Some UI fixes
14+
- Other fixes and dependency updates

0 commit comments

Comments
 (0)