Skip to content
This repository was archived by the owner on Nov 19, 2022. It is now read-only.

Commit c4aaf86

Browse files
committed
Alpha 6
1 parent f576eaf commit c4aaf86

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.munchmates.android"
99
minSdkVersion 15
1010
targetSdkVersion 27
11-
versionCode 7
12-
versionName "Alpha Preview 5"
11+
versionCode 8
12+
versionName "Alpha Preview 6"
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414
}
1515
buildTypes {

app/release/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":7,"versionName":"Alpha Preview 5","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
1+
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":8,"versionName":"Alpha Preview 6","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]

app/src/main/java/com/munchmates/android/Activities/HomeActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class HomeActivity : BaseMMActivity(), View.OnClickListener, AdapterView.OnItemS
5757
checkVerification()
5858
}
5959

60-
public fun checkVerification() {
60+
fun checkVerification() {
6161
if(!FirebaseAuth.getInstance().currentUser!!.isEmailVerified) {
6262
val dialog = VerifyDialog()
6363
dialog.show(fragmentManager.beginTransaction(), "dialog")

0 commit comments

Comments
 (0)