Skip to content

Commit 78422a8

Browse files
authored
Update build.gradle
1 parent a415ced commit 78422a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:1.3.1'
9+
classpath 'com.android.tools.build:gradle:3.3.2'
1010
}
1111
}
1212

1313
apply plugin: 'com.android.library'
1414

1515
android {
16-
compileSdkVersion 23
16+
compileSdkVersion 28
1717

1818
defaultConfig {
1919
minSdkVersion 16
20-
targetSdkVersion 22
20+
targetSdkVersion 28
2121
versionCode 1
2222
versionName "1.0"
2323
}

0 commit comments

Comments
 (0)