Skip to content

Commit cf2705d

Browse files
fix: Hot Fix for 0.1.1 (#1546)
* Hot Fix for 0.1.1 * fix: upgrade app database to version 2 (#1542)
1 parent cf47bfc commit cf2705d

File tree

3 files changed

+1081
-3
lines changed

3 files changed

+1081
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId "com.eventyay.attendee"
1818
minSdkVersion 16
1919
targetSdkVersion 28
20-
versionCode 5
21-
versionName "0.1.1"
20+
versionCode 6
21+
versionName "0.1.2"
2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323
vectorDrawables.useSupportLibrary = true
2424
multiDexEnabled true

0 commit comments

Comments
 (0)