Skip to content

Commit

Permalink
Lower min-sdk / Use build-tools 23.0.2 / build-plugin 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi committed Apr 2, 2016
1 parent ac270ef commit ea898ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'com.android.tools.build:gradle:1.5.0'
}
}

Expand All @@ -15,10 +15,10 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
buildToolsVersion "23.0.2"

defaultConfig {
minSdkVersion 16
minSdkVersion 8
targetSdkVersion 23
versionCode 210
versionName "2.1.0"
Expand Down

0 comments on commit ea898ca

Please sign in to comment.