Skip to content

Commit

Permalink
fix travis-ci problem: License for package Android SDK Platform 24 no…
Browse files Browse the repository at this point in the history
…t accepted.
  • Loading branch information
cpiz committed Feb 23, 2017
1 parent e7d0996 commit 13d8195
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ apply plugin: 'com.github.dcendents.android-maven'
group='com.github.cpiz'

android {
compileSdkVersion 24
buildToolsVersion "24.0.3"
compileSdkVersion 23
buildToolsVersion "23.0.3"

defaultConfig {
minSdkVersion 14
targetSdkVersion 24
targetSdkVersion 23
versionCode 1
versionName "1.0.2"
}
Expand All @@ -27,5 +27,5 @@ artifacts {
archives sourcesJar
}
dependencies {
compile 'com.android.support:support-annotations:25.2.0'
compile 'com.android.support:support-annotations:24.1.0'
}

0 comments on commit 13d8195

Please sign in to comment.