Skip to content

Commit

Permalink
Update version and target SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspieper committed Nov 10, 2021
1 parent ba9c2be commit 785da03
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 30
compileSdk 31

defaultConfig {
minSdkVersion 19
targetSdkVersion 30
versionCode 4
versionName "1.3"
minSdk 19
targetSdk 31
versionCode 5
versionName "1.4"
}

flavorDimensions 'default'
Expand Down

0 comments on commit 785da03

Please sign in to comment.