Skip to content

Commit

Permalink
Use sdk version 29 and build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jmatsu committed May 29, 2020
1 parent 5f66d9e commit dfd6354
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/resources/acceptance/android_block.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
compileSdkVersion 29
buildToolsVersion '29.0.2'
defaultConfig {
applicationId "com.deploygate.example"
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit dfd6354

Please sign in to comment.