Skip to content

Commit

Permalink
Update dependencies and compile SDK version to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-grabner committed Dec 29, 2016
1 parent 7abc5d3 commit 56f0ea6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CircleProgressView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.github.dcendents.android-maven'

group='com.github.jakob-grabner'
android {
compileSdkVersion 24
compileSdkVersion 25
buildToolsVersion '24.0.2'
defaultConfig {
minSdkVersion 11
targetSdkVersion 24
targetSdkVersion 25
versionCode 3
versionName "1.2"
}
Expand All @@ -31,7 +31,7 @@ android {
}

dependencies {
compile 'com.android.support:support-annotations:24.2.0'
compile 'com.android.support:support-annotations:25.1.0'
}

// build a jar with source files
Expand Down
8 changes: 4 additions & 4 deletions ExampleApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ apply plugin: 'com.android.application'

android {

compileSdkVersion 24
compileSdkVersion 25
buildToolsVersion '24.0.2'
repositories {
maven { url "https://jitpack.io" }
}
defaultConfig {
applicationId "at.grabner.example.circleprogressview"
minSdkVersion 14
targetSdkVersion 24
targetSdkVersion 25
versionCode 2
versionName "1.1"
}
Expand All @@ -35,6 +35,6 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile project(':CircleProgressView')
// 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'
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:design:25.1.0'
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // For Jitpack.io

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 56f0ea6

Please sign in to comment.