Skip to content

Commit

Permalink
Update android gradle plugin version and bump compile sdk and target …
Browse files Browse the repository at this point in the history
…sdk versions.

Signed-off-by: Steven Shropshire <[email protected]>
  • Loading branch information
sarahkoop authored and Steven Shropshire committed Sep 15, 2020
1 parent bb8bacc commit 296d048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DeviceAutomator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ apply plugin: 'signing'
version = '1.0.0-SNAPSHOT'

android {
compileSdkVersion 29
buildToolsVersion '29.0.2'
compileSdkVersion 30
buildToolsVersion '30.0.2'

defaultConfig {
minSdkVersion 18
targetSdkVersion 29
targetSdkVersion 30
versionCode 6
versionName version

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.android.tools.build:gradle:3.5.4'
}
}

Expand Down

0 comments on commit 296d048

Please sign in to comment.