summaryrefslogtreecommitdiffstats
path: root/unityplugin/Android/GhostCubeScene
diff options
context:
space:
mode:
Diffstat (limited to 'unityplugin/Android/GhostCubeScene')
-rw-r--r--unityplugin/Android/GhostCubeScene/build.gradle3
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'
}