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 5304799 commit cc98e4cCopy full SHA for cc98e4c
app/build.gradle
@@ -23,8 +23,8 @@ android {
23
applicationId "com.eventyay.attendee"
24
minSdkVersion 21
25
targetSdkVersion 28
26
- versionCode 15
27
- versionName "0.8.0"
+ versionCode 16
+ versionName "0.9.0"
28
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
29
vectorDrawables.useSupportLibrary = true
30
multiDexEnabled true
fastlane/metadata/android/en-US/changelogs/16.txt
@@ -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