summaryrefslogtreecommitdiffstats
path: root/unityplugin/Android
diff options
context:
space:
mode:
Diffstat (limited to 'unityplugin/Android')
-rw-r--r--unityplugin/Android/GhostCubeScene/build.gradle5
1 files changed, 1 insertions, 4 deletions
diff --git a/unityplugin/Android/GhostCubeScene/build.gradle b/unityplugin/Android/GhostCubeScene/build.gradle
index 319cd99..d468171 100644
--- a/unityplugin/Android/GhostCubeScene/build.gradle
+++ b/unityplugin/Android/GhostCubeScene/build.gradle
@@ -1,12 +1,9 @@
apply plugin: 'com.android.application'
+apply from: "../../../Common/NativeApp/Android/android_common.gradle"
android {
- compileSdkVersion = 27
-
defaultConfig {
applicationId = 'com.diligentengine.unityemulator.ghostcubescene.GhostCubeSceneApplication'
- minSdkVersion 21
- targetSdkVersion 25
}
buildTypes {
release {