Skip to content

Commit cc98e4c

Browse files
chore: Update version for 0.9.0 (#2478)
1 parent 5304799 commit cc98e4c

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-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 15
27-
versionName "0.8.0"
26+
versionCode 16
27+
versionName "0.9.0"
2828
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2929
vectorDrawables.useSupportLibrary = true
3030
multiDexEnabled true
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
v0.9.0:
2+
🚀 Features
3+
4+
- Reduce APK size by removing redundant Paypal binaries
5+
- Enable PayPal payment option
6+
7+
🐛 Bug Fixes
8+
9+
- Fix app crash in search
10+
- Some UI fixes
11+
- Other fixes and dependency updates

0 commit comments

Comments
 (0)