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

Commit

Permalink
Upgrade dependencies. Decrease required API level
Browse files Browse the repository at this point in the history
  • Loading branch information
phcoder committed Sep 27, 2018
1 parent 8bd16cf commit 7130745
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ allprojects {
}
}

buildscript {
buildscript {3
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.2.0'
}
}

Expand All @@ -25,8 +25,8 @@ android {
buildToolsVersion '27.0.3'

defaultConfig {
// We can go back to API 10, but Metrodroid only runs on API 16+
minSdkVersion 16
// We can go back to API 10, but Metrodroid only runs on API 14+
minSdkVersion 14
targetSdkVersion 27
}

Expand Down

0 comments on commit 7130745

Please sign in to comment.