Skip to content

Commit

Permalink
Update compileSdk, targetSdk and buildTools for sample
Browse files Browse the repository at this point in the history
  • Loading branch information
hameno committed May 15, 2021
1 parent c29adea commit 6fc8fe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
compileSdkVersion 30
buildToolsVersion "30.0.3"

defaultConfig {
applicationId 'de.psdev.licensesdialog.sample'
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 30

versionName project.version
versionCode buildVersionCode()
Expand Down

0 comments on commit 6fc8fe7

Please sign in to comment.