File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ android {
22
22
applicationId " com.eventyay.attendee"
23
23
minSdkVersion 21
24
24
targetSdkVersion 28
25
- versionCode 13
26
- versionName " 0.6.1 "
25
+ versionCode 14
26
+ versionName " 0.6.2 "
27
27
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
28
28
vectorDrawables. useSupportLibrary = true
29
29
multiDexEnabled true
Original file line number Diff line number Diff line change
1
+ **v0.6.2:**
2
+ HOTFIX: Crashing for invalid session timezone
3
+
4
+ **v0.6.0:**
5
+ 🚀 Features and Enhancements
6
+
7
+ - Update tickets section and display ticket status
8
+ - Add donation tickets
9
+ - Verify email and reset password with the app
10
+ - Edit profile image
11
+ - Improve filtering and sorting
12
+ - Add pagination in different sections
13
+ - Several UI enhancement
14
+
15
+ 🐛 Bug Fixes
16
+
17
+ - Multiple crashes
18
+ - Fixes for API < 24
19
+ - Error handling
20
+ - Billing information for paid tickets
21
+ - Event's time and timezone
You can’t perform that action at this time.
0 commit comments