Skip to content

Commit

Permalink
Update version and buildTools versions
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGresse committed Dec 15, 2016
1 parent f257d37 commit 12793a1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ repositories {

android {
compileSdkVersion 25
buildToolsVersion "25.0.0"
buildToolsVersion "25.0.2"

defaultConfig {
applicationId "io.gresse.hugo.anecdote"
minSdkVersion 16
targetSdkVersion 25
versionCode 20
versionName "1.1.2"
versionCode 21
versionName "1.1.3"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -90,12 +90,12 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:preference-v7:25.0.1'
compile 'com.android.support:preference-v14:25.0.1'
compile 'com.android.support:design:25.0.1'
compile 'com.android.support:recyclerview-v7:25.0.1'
compile 'com.android.support:customtabs:25.0.1'
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.android.support:preference-v7:25.1.0'
compile 'com.android.support:preference-v14:25.1.0'
compile 'com.android.support:design:25.1.0'
compile 'com.android.support:recyclerview-v7:25.1.0'
compile 'com.android.support:customtabs:25.1.0'
compile 'com.squareup.okhttp3:okhttp:3.4.1'
compile 'org.greenrobot:eventbus:3.0.0'
compile 'com.google.code.gson:gson:2.6.2'
Expand All @@ -118,10 +118,10 @@ dependencies {

testCompile 'junit:junit:4.12'

androidTestCompile 'com.android.support:support-annotations:24.2.1'
androidTestCompile 'com.android.support:appcompat-v7:25.0.1'
androidTestCompile 'com.android.support:design:25.0.1'
androidTestCompile 'com.android.support:recyclerview-v7:25.0.1'
androidTestCompile 'com.android.support:support-annotations:25.1.0'
androidTestCompile 'com.android.support:appcompat-v7:25.1.0'
androidTestCompile 'com.android.support:design:25.1.0'
androidTestCompile 'com.android.support:recyclerview-v7:25.1.0'
// Android JUnit Runner
androidTestCompile 'com.android.support.test:runner:0.5'
// JUnit4 Rules
Expand Down
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.2'
classpath 'com.android.tools.build:gradle:2.2.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
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 @@
#Mon Oct 24 13:27:43 CEST 2016
#Thu Dec 15 13:46:04 CET 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 comments on commit 12793a1

Please sign in to comment.