Skip to content
Snippets Groups Projects
Commit af9eea99 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated Android Gradle plugin

parent 4f6b0244
Branches
Tags
No related merge requests found
Pipeline #
......@@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:3.1.1")
classpath("com.android.tools.build:gradle:3.1.2")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.40")
}
}
......
......@@ -12,4 +12,4 @@ org.gradle.jvmargs=-Xmx2048m
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true
# Enable new Android D8 Dexer
android.enableD8=true
\ No newline at end of file
android.enableD8=true
......@@ -2,5 +2,5 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https://services.gradle.org/distributions/gradle-4.7-all.zip
distributionUrl=https://services.gradle.org/distributions/gradle-4.5-all.zip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment