Skip to content

Commit

Permalink
Try to fix jitpack build error
Browse files Browse the repository at this point in the history
  • Loading branch information
nekocode committed Sep 14, 2016
1 parent 36dc14e commit c289581
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib-badge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ group='com.github.nekocode'

android {
compileSdkVersion 24
buildToolsVersion "24.0.1"
buildToolsVersion "24.0.2"

defaultConfig {
minSdkVersion 15
targetSdkVersion 24
versionCode 2
versionName "1.6"
versionName "1.6.1"
}
buildTypes {
release {
Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 24
buildToolsVersion "24.0.1"
buildToolsVersion "24.0.2"

defaultConfig {
applicationId "cn.nekocode.badge.sample"
minSdkVersion 15
targetSdkVersion 24
versionCode 1
versionName "1.6"
versionName "1.6.1"
}
buildTypes {
release {
Expand All @@ -22,5 +22,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(":lib-badge")
compile 'com.android.support:appcompat-v7:24.2.0'
compile 'com.android.support:appcompat-v7:24.2.1'
}

0 comments on commit c289581

Please sign in to comment.