diff options
| author | Egor <egor.yusov@gmail.com> | 2019-03-08 07:45:27 +0000 |
|---|---|---|
| committer | Egor <egor.yusov@gmail.com> | 2019-03-08 07:45:27 +0000 |
| commit | b0faa31d299c4c116fa57ea512b1cd16d04851cb (patch) | |
| tree | b7e8e917eb90ca7c0ea4fa893b4580dede5abfd3 /unityplugin/Android/GhostCubeScene | |
| parent | Updated release history & readme; updated core (diff) | |
| download | DiligentEngine-b0faa31d299c4c116fa57ea512b1cd16d04851cb.tar.gz DiligentEngine-b0faa31d299c4c116fa57ea512b1cd16d04851cb.zip | |
Updated Android build settings
Diffstat (limited to 'unityplugin/Android/GhostCubeScene')
| -rw-r--r-- | unityplugin/Android/GhostCubeScene/build.gradle | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unityplugin/Android/GhostCubeScene/build.gradle b/unityplugin/Android/GhostCubeScene/build.gradle index d468171..791306c 100644 --- a/unityplugin/Android/GhostCubeScene/build.gradle +++ b/unityplugin/Android/GhostCubeScene/build.gradle @@ -24,6 +24,5 @@ buildDir '../build/GhostCubeScene' dependencies { implementation project(":Common") implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'com.android.support:appcompat-v7:25.4.0' - implementation 'com.android.support.constraint:constraint-layout:1.0.1' + implementation 'com.android.support:appcompat-v7:28.0.0' } |
