Skip to content

Commit

Permalink
Merge pull request #13 from nextcloud/androidStudio213
Browse files Browse the repository at this point in the history
Gradle Update (Security)
  • Loading branch information
AndyScherzinger authored Aug 16, 2016
2 parents 06b013c + 5c66eb7 commit 0eb972a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}

Expand All @@ -14,7 +14,7 @@ apply plugin: 'com.github.dcendents.android-maven'
group='com.github.nextcloud'

repositories {
mavenCentral()
jcenter()
}

dependencies {
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 Dec 28 10:00:20 PST 2015
#Tue Aug 16 10:49:49 CEST 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
2 changes: 1 addition & 1 deletion sample_client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

repositories {
mavenCentral()
jcenter()
}

dependencies {
Expand Down
6 changes: 3 additions & 3 deletions test_client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0'
classpath 'com.android.tools.build:gradle:2.1.3'
}
}

apply plugin: 'com.android.application'


repositories {
mavenCentral()
jcenter()
}

dependencies {
Expand Down

0 comments on commit 0eb972a

Please sign in to comment.