Skip to content

Commit e4a12c8

Browse files
fat-tiretux-mind
authored andcommitted
update libraries, gradle, gradle plugin
1 parent 96de421 commit e4a12c8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

cSploit/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ allprojects {
2121
apply plugin: 'com.android.application'
2222

2323
dependencies {
24-
compile 'com.android.support:support-v4:23.0.1'
25-
compile 'com.android.support:appcompat-v7:23.0.1'
26-
compile 'com.android.support:design:23.0.1'
27-
compile 'com.android.support:preference-v7:23.0.1'
24+
compile 'com.android.support:support-v4:23.1.1'
25+
compile 'com.android.support:appcompat-v7:23.1.1'
26+
compile 'com.android.support:design:23.1.1'
27+
compile 'com.android.support:preference-v7:23.1.1'
2828
compile 'org.apache.commons:commons-compress:1.10'
2929
compile 'commons-net:commons-net:3.3'
3030
compile 'com.github.zafarkhaja:java-semver:0.9.0'
@@ -37,7 +37,7 @@ dependencies {
3737

3838
android {
3939
compileSdkVersion 23
40-
buildToolsVersion '23.0.1'
40+
buildToolsVersion '23.0.2'
4141

4242
compileOptions {
4343
sourceCompatibility JavaVersion.VERSION_1_7
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Sep 24 21:38:44 PDT 2015
1+
#Thu Nov 19 16:09:54 PST 2015
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-all.zip

0 commit comments

Comments
 (0)