Skip to content

Commit

Permalink
Updated build tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-grabner committed Sep 13, 2016
1 parent 670fb18 commit fad1a3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CircleProgressView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.github.dcendents.android-maven'
group='com.github.jakob-grabner'
android {
compileSdkVersion 24
buildToolsVersion '23.0.2'
buildToolsVersion '24.0.2'
defaultConfig {
minSdkVersion 11
targetSdkVersion 24
Expand Down
8 changes: 6 additions & 2 deletions ExampleApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android {

compileSdkVersion 24
buildToolsVersion '23.0.2'
buildToolsVersion '24.0.2'
repositories {
maven { url "https://jitpack.io" }
}
Expand All @@ -25,12 +25,16 @@ android {
}
productFlavors {
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_6
targetCompatibility JavaVersion.VERSION_1_6
}
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile project(':CircleProgressView')
// compile 'com.github.jakob-grabner:Circle-Progress-View:v1+'
// compile 'com.github.jakob-grabner:Circle-Progress-View:v1+'
compile 'com.android.support:appcompat-v7:24.2.0'
compile 'com.android.support:design:24.2.0'
}

0 comments on commit fad1a3a

Please sign in to comment.