Skip to content

Commit 296d048

Browse files
sarahkoopSteven Shropshire
authored and
Steven Shropshire
committed
Update android gradle plugin version and bump compile sdk and target sdk versions.
Signed-off-by: Steven Shropshire <[email protected]>
1 parent bb8bacc commit 296d048

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DeviceAutomator/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ apply plugin: 'signing'
55
version = '1.0.0-SNAPSHOT'
66

77
android {
8-
compileSdkVersion 29
9-
buildToolsVersion '29.0.2'
8+
compileSdkVersion 30
9+
buildToolsVersion '30.0.2'
1010

1111
defaultConfig {
1212
minSdkVersion 18
13-
targetSdkVersion 29
13+
targetSdkVersion 30
1414
versionCode 6
1515
versionName version
1616

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:3.5.1'
7+
classpath 'com.android.tools.build:gradle:3.5.4'
88
}
99
}
1010

0 commit comments

Comments
 (0)