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

Commit 45d34393 authored by Andy Scherzinger's avatar Andy Scherzinger
Browse files

gradle update to 2.14.1, android plugin update to 2.1.3 and android maven...

gradle update to 2.14.1, android plugin update to 2.1.3 and android maven gradle plugin to 1.5 for security fixes
parent 06b013ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@ buildscript {
        mavenCentral()
    }
    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'
    }
}

+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
@@ -3,7 +3,7 @@ buildscript {
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.0.0'
        classpath 'com.android.tools.build:gradle:2.1.3'
    }
}