diff --git a/app/build.gradle b/app/build.gradle index 3b19af7..2f61387 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,7 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-kapt' +apply plugin: 'kotlin-android-extensions' android { compileSdkVersion 28 @@ -8,8 +9,8 @@ android { applicationId "com.physphil.android.remindme" minSdkVersion 21 targetSdkVersion 28 - versionCode 9060 - versionName "0.9.6" + versionCode 9070 + versionName "0.9.7" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { @@ -57,6 +58,4 @@ dependencies { androidTestImplementation 'androidx.test:runner:1.1.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0' androidTestImplementation 'androidx.arch.core:core-testing:2.0.0' -} - -apply plugin: 'kotlin-android-extensions' \ No newline at end of file +} \ No newline at end of file