Skip to content

Commit

Permalink
Target SDK 29 and update build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
pp3345 committed Sep 2, 2020
1 parent 0a7c708 commit f4b0114
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
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 28
buildToolsVersion "28.0.2"
compileSdkVersion 29
buildToolsVersion '29.0.2'
defaultConfig {
applicationId "net.pp3345.ykdroid"
minSdkVersion 21
targetSdkVersion 28
targetSdkVersion 29
versionCode 4
versionName "1.1.1"
}
Expand Down

0 comments on commit f4b0114

Please sign in to comment.