From b0faa31d299c4c116fa57ea512b1cd16d04851cb Mon Sep 17 00:00:00 2001 From: Egor Date: Thu, 7 Mar 2019 23:45:27 -0800 Subject: Updated Android build settings --- unityplugin/Android/GhostCubeScene/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'unityplugin/Android/GhostCubeScene') 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' } -- cgit v1.2.3