Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0eb972a3 authored by Andy Scherzinger's avatar Andy Scherzinger Committed by GitHub
Browse files

Merge pull request #13 from nextcloud/androidStudio213

Gradle Update (Security)
parents 06b013ca 5c66eb71
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
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'
    }
}

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

repositories {
    mavenCentral()
    jcenter()
}

dependencies {
+2 −2
Original line number Diff line number Diff line
#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
+1 −1
Original line number Diff line number Diff line
apply plugin: 'com.android.application'

repositories {
    mavenCentral()
    jcenter()
}

dependencies {
+3 −3
Original line number Diff line number Diff line
buildscript {
    repositories {
        mavenCentral()
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.0.0'
        classpath 'com.android.tools.build:gradle:2.1.3'
    }
}

@@ -11,7 +11,7 @@ apply plugin: 'com.android.application'


repositories {
    mavenCentral()
    jcenter()
}

dependencies {