diff --git a/.idea/modules/app/app.iml b/.idea/modules/app/app.iml index 3175b97..3bb5a62 100644 --- a/.idea/modules/app/app.iml +++ b/.idea/modules/app/app.iml @@ -69,15 +69,15 @@ - - + + + - - + diff --git a/app/build.gradle b/app/build.gradle index abf69b3..228ad22 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,8 +24,9 @@ android { applicationId "com.r3bl.stayawake" minSdkVersion 25 targetSdkVersion 28 - versionCode 18 - versionName "2.6" + // Update versionCode & versionName before adding a release to the Google Play Store. + versionCode 19 + versionName "2.7" } buildTypes { release {