diff --git a/android/app/build.gradle b/android/app/build.gradle index cf4b7b8..b95b365 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -38,12 +38,11 @@ android { } defaultConfig { - // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "edu.hanbangw.pennmate_notify" minSdkVersion 16 targetSdkVersion 28 - versionCode 2 - versionName '0.1' + versionCode 3 + versionName '0.2' // testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index e81fa38..2fbeb55 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -9,15 +9,16 @@ FlutterApplication and put your custom class here. -->