Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
physphil committed Feb 4, 2019
1 parent ffe8310 commit ae32b35
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 28
defaultConfig {
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 {
Expand Down Expand Up @@ -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'
}

0 comments on commit ae32b35

Please sign in to comment.