There was an error while loading. Please reload this page.
1 parent 8bd16cf commit 4000782Copy full SHA for 4000782
1 file changed
build.gradle
@@ -11,7 +11,7 @@ buildscript {
11
jcenter()
12
}
13
dependencies {
14
- classpath 'com.android.tools.build:gradle:3.1.4'
+ classpath 'com.android.tools.build:gradle:3.2.0'
15
16
17
@@ -25,8 +25,8 @@ android {
25
buildToolsVersion '27.0.3'
26
27
defaultConfig {
28
- // We can go back to API 10, but Metrodroid only runs on API 16+
29
- minSdkVersion 16
+ // We can go back to API 10, but Metrodroid only runs on API 14+
+ minSdkVersion 14
30
targetSdkVersion 27
31
32
0 commit comments