From f66662edf0692c688f34c36934266aa76c16004e Mon Sep 17 00:00:00 2001 From: Egor Date: Sat, 16 Feb 2019 08:53:16 -0800 Subject: Updated Android build configuration. Fixed https://github.com/DiligentGraphics/DiligentSamples/issues/3 --- unityplugin/Android/build.gradle | 2 +- unityplugin/Android/gradle/wrapper/gradle-wrapper.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'unityplugin/Android') diff --git a/unityplugin/Android/build.gradle b/unityplugin/Android/build.gradle index a4ea174..baa81c2 100644 --- a/unityplugin/Android/build.gradle +++ b/unityplugin/Android/build.gradle @@ -5,7 +5,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.1' + classpath 'com.android.tools.build:gradle:3.3.1' } } diff --git a/unityplugin/Android/gradle/wrapper/gradle-wrapper.properties b/unityplugin/Android/gradle/wrapper/gradle-wrapper.properties index 0fd14b1..b50a20b 100644 --- a/unityplugin/Android/gradle/wrapper/gradle-wrapper.properties +++ b/unityplugin/Android/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Sun Dec 17 12:46:29 PST 2017 +#Sat Feb 16 08:40:10 PST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip -- cgit v1.2.3