Skip to content

Commit

Permalink
Bump to new app version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Aug 1, 2020
1 parent 8a18135 commit 8dea04f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 30
buildToolsVersion "29.0.3"
buildToolsVersion "30.0.1"
defaultConfig {
applicationId "com.mrgames13.jimdo.colorconverter"
minSdkVersion 21
targetSdkVersion 30
versionCode 2300
versionName "2.3.0"
versionCode 2301
versionName "2.3.1"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 8dea04f

Please sign in to comment.