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

Commit 4000782

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
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)