Skip to content

Commit

Permalink
* drop minSdk 10 support. new minSdk is now 14
Browse files Browse the repository at this point in the history
 * please use v0.2.4 of the library for API 10 support
* update to the latest support libraries v24.2.0
* remove unnecessary code
* update dependencies
  • Loading branch information
mikepenz committed Aug 20, 2016
1 parent b909705 commit 238364d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion 11
targetSdkVersion 23
minSdkVersion 14
targetSdkVersion 24
versionCode 24
versionName '0.2.4'

Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ allprojects {
}

ext {
compileSdkVersion = 23
buildToolsVersion = "23.0.3"
supportLibVersion = "23.4.0"
compileSdkVersion = 24
buildToolsVersion = "24.0.1"
supportLibVersion = "24.2.0"
}

task wrapper(type: Wrapper) {
gradleVersion = '2.13'
gradleVersion = '2.14'
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri May 13 16:19:50 CEST 2016
#Sat Jun 18 18:36:19 CEST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-all.zip
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
minSdkVersion 10
targetSdkVersion 23
minSdkVersion 14
targetSdkVersion 24
versionCode 24
versionName '0.2.4'
}
Expand Down

0 comments on commit 238364d

Please sign in to comment.