Skip to content
This repository was archived by the owner on Dec 16, 2018. It is now read-only.

Commit 7130745

Browse files
committed
Upgrade dependencies. Decrease required API level
1 parent 8bd16cf commit 7130745

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ allprojects {
55
}
66
}
77

8-
buildscript {
8+
buildscript {3
99
repositories {
1010
google()
1111
jcenter()
1212
}
1313
dependencies {
14-
classpath 'com.android.tools.build:gradle:3.1.4'
14+
classpath 'com.android.tools.build:gradle:3.2.0'
1515
}
1616
}
1717

@@ -25,8 +25,8 @@ android {
2525
buildToolsVersion '27.0.3'
2626

2727
defaultConfig {
28-
// We can go back to API 10, but Metrodroid only runs on API 16+
29-
minSdkVersion 16
28+
// We can go back to API 10, but Metrodroid only runs on API 14+
29+
minSdkVersion 14
3030
targetSdkVersion 27
3131
}
3232

0 commit comments

Comments
 (0)