Skip to content

Commit

Permalink
update libraries, gradle, gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fat-tire authored and tux-mind committed Mar 27, 2016
1 parent 96de421 commit e4a12c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions cSploit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ allprojects {
apply plugin: 'com.android.application'

dependencies {
compile 'com.android.support:support-v4:23.0.1'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:design:23.0.1'
compile 'com.android.support:preference-v7:23.0.1'
compile 'com.android.support:support-v4:23.1.1'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.android.support:preference-v7:23.1.1'
compile 'org.apache.commons:commons-compress:1.10'
compile 'commons-net:commons-net:3.3'
compile 'com.github.zafarkhaja:java-semver:0.9.0'
Expand All @@ -37,7 +37,7 @@ dependencies {

android {
compileSdkVersion 23
buildToolsVersion '23.0.1'
buildToolsVersion '23.0.2'

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
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 @@
#Thu Sep 24 21:38:44 PDT 2015
#Thu Nov 19 16:09:54 PST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-all.zip

1 comment on commit e4a12c8

@2karuitach
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

	+    compile 'com.android.support:support-v4:23.1.1'
  • compile 'com.android.support:appcompat-v7:23.1.1'
  • compile 'com.android.support:design:23.1.1'
  • compile 'com.android.support:preference-v7:23.1.1'
    buildToolsVersion '23.0.2'
    +#Thu Nov 19 16:09:54 PST 2015
    +distributionUrl=https://services.gradle.org/distributions/gradle-2.9-all.zip

Please sign in to comment.