There was an error while loading. Please reload this page.
1 parent 8bd16cf commit 7130745Copy full SHA for 7130745
1 file changed
build.gradle
@@ -5,13 +5,13 @@ allprojects {
5
}
6
7
8
-buildscript {
+buildscript {3
9
repositories {
10
google()
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