diff options
| author | Egor <egor.yusov@gmail.com> | 2019-02-16 16:53:16 +0000 |
|---|---|---|
| committer | Egor <egor.yusov@gmail.com> | 2019-02-16 16:53:16 +0000 |
| commit | f66662edf0692c688f34c36934266aa76c16004e (patch) | |
| tree | f60ba7348a62742aeb69ad0d02d4bf4e7eca8ea6 /unityplugin/Android | |
| parent | Moved NativeApp to Diligent namespace (diff) | |
| download | DiligentEngine-f66662edf0692c688f34c36934266aa76c16004e.tar.gz DiligentEngine-f66662edf0692c688f34c36934266aa76c16004e.zip | |
Updated Android build configuration. Fixed https://github.com/DiligentGraphics/DiligentSamples/issues/3
Diffstat (limited to 'unityplugin/Android')
| -rw-r--r-- | unityplugin/Android/build.gradle | 2 | ||||
| -rw-r--r-- | unityplugin/Android/gradle/wrapper/gradle-wrapper.properties | 4 |
2 files changed, 3 insertions, 3 deletions
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 |
