We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088d3ba commit 9a12992Copy full SHA for 9a12992
app/build.gradle
@@ -23,8 +23,8 @@ android {
23
applicationId "com.eventyay.attendee"
24
minSdkVersion 21
25
targetSdkVersion 28
26
- versionCode 16
27
- versionName "0.9.0"
+ versionCode 17
+ versionName "0.9.1"
28
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
29
vectorDrawables.useSupportLibrary = true
30
multiDexEnabled true
fastlane/metadata/android/en-US/changelogs/17.txt
@@ -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