We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32ae30 commit c0fa1f5Copy full SHA for c0fa1f5
android/build.gradle
@@ -5,12 +5,12 @@ def safeExtGet(prop, fallback) {
5
}
6
7
android {
8
- compileSdkVersion safeExtGet('compileSdkVersion', 23)
9
- buildToolsVersion safeExtGet('buildToolsVersion', "23.0.1")
+ compileSdkVersion safeExtGet('compileSdkVersion', 30)
+ buildToolsVersion safeExtGet('buildToolsVersion', "30.0.2")
10
11
defaultConfig {
12
- minSdkVersion safeExtGet('minSdkVersion', 16)
13
- targetSdkVersion safeExtGet('targetSdkVersion', 22)
+ minSdkVersion safeExtGet('minSdkVersion', 21)
+ targetSdkVersion safeExtGet('targetSdkVersion', 30)
14
versionCode 1
15
versionName "1.0"
16
0 commit comments