Updated gradle and support libs.
This commit is contained in:
parent
69520d80d9
commit
50ef7fc86e
3 changed files with 19 additions and 15 deletions
|
|
@ -110,18 +110,22 @@ dependencies {
|
||||||
transitive = true
|
transitive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
compile 'com.android.support:support-v4:24.1.1'
|
compile 'com.android.support:support-compat:24.2.0'
|
||||||
compile 'com.android.support:support-v13:24.1.1'
|
compile 'com.android.support:support-core-utils:24.2.0'
|
||||||
compile 'com.android.support:appcompat-v7:24.1.1'
|
compile 'com.android.support:support-core-ui:24.2.0'
|
||||||
compile 'com.android.support:recyclerview-v7:24.1.1'
|
compile 'com.android.support:support-media-compat:24.2.0'
|
||||||
compile 'com.android.support:gridlayout-v7:24.1.1'
|
compile 'com.android.support:support-fragment:24.2.0'
|
||||||
compile 'com.android.support:cardview-v7:24.1.1'
|
compile 'com.android.support:support-v13:24.2.0'
|
||||||
compile 'com.android.support:palette-v7:24.1.1'
|
compile 'com.android.support:appcompat-v7:24.2.0'
|
||||||
compile 'com.android.support:design:24.1.1'
|
compile 'com.android.support:recyclerview-v7:24.2.0'
|
||||||
compile 'com.android.support:support-annotations:24.1.1'
|
compile 'com.android.support:gridlayout-v7:24.2.0'
|
||||||
compile 'com.android.support:percent:24.1.1'
|
compile 'com.android.support:cardview-v7:24.2.0'
|
||||||
compile 'com.android.support:preference-v7:24.1.1'
|
compile 'com.android.support:palette-v7:24.2.0'
|
||||||
compile 'com.android.support:preference-v14:24.1.1'
|
compile 'com.android.support:design:24.2.0'
|
||||||
|
compile 'com.android.support:support-annotations:24.2.0'
|
||||||
|
compile 'com.android.support:percent:24.2.0'
|
||||||
|
compile 'com.android.support:preference-v7:24.2.0'
|
||||||
|
compile 'com.android.support:preference-v14:24.2.0'
|
||||||
|
|
||||||
compile 'com.afollestad.material-dialogs:core:0.8.6.2@aar'
|
compile 'com.afollestad.material-dialogs:core:0.8.6.2@aar'
|
||||||
compile 'com.afollestad.material-dialogs:commons:0.8.6.2@aar'
|
compile 'com.afollestad.material-dialogs:commons:0.8.6.2@aar'
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ buildscript {
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:2.1.2'
|
classpath 'com.android.tools.build:gradle:2.1.3'
|
||||||
classpath 'com.github.triplet.gradle:play-publisher:1.1.4'
|
classpath 'com.github.triplet.gradle:play-publisher:1.1.4'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
#Mon Nov 23 22:29:57 CET 2015
|
#Thu Aug 18 14:23:17 CEST 2016
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue