summaryrefslogtreecommitdiffstats
path: root/unityplugin/Android/build.gradle
diff options
context:
space:
mode:
authorEgor <egor.yusov@gmail.com>2019-05-11 04:06:44 +0000
committerEgor <egor.yusov@gmail.com>2019-05-11 04:06:44 +0000
commit236ed65fdaaad0abeb2ef094a00f233ea741b821 (patch)
treefe8cdd6e1ed6e3b618183fa498cd5712be795621 /unityplugin/Android/build.gradle
parentFixed android build; moved NDKHelper from Core module to NativeAppCommon (diff)
downloadDiligentEngine-236ed65fdaaad0abeb2ef094a00f233ea741b821.tar.gz
DiligentEngine-236ed65fdaaad0abeb2ef094a00f233ea741b821.zip
Updated samples: enabled GLTF Viewer android build
Diffstat (limited to 'unityplugin/Android/build.gradle')
-rw-r--r--unityplugin/Android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/unityplugin/Android/build.gradle b/unityplugin/Android/build.gradle
index 18e5480..eadb46a 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.3.2'
+ classpath 'com.android.tools.build:gradle:3.4.0'
}
}