Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Sep 29, 2020
1 parent 8ec7f3a commit 180db3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

group = 'com.kylecorry'
version = '1.0.6'
version = '1.1.0'

android {
compileSdkVersion 30

defaultConfig {
minSdkVersion 23
targetSdkVersion 30
versionCode 7
versionCode 8
versionName version

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 180db3b

Please sign in to comment.