Skip to content

Commit

Permalink
Update Target SDK Version to 29
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0oked committed Nov 17, 2019
1 parent a3deafa commit e87f6fb
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 @@ -21,11 +21,11 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'

android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
applicationId "com.bobek.compass"
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit e87f6fb

Please sign in to comment.