From aa85da51629079aa8413dbf2534d1040c4dc5fe5 Mon Sep 17 00:00:00 2001 From: Egor Date: Sat, 17 Feb 2018 15:18:12 -0800 Subject: Moved common gradle build settings to android_common.gradle --- unityplugin/Android/GhostCubeScene/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'unityplugin/Android') 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 { -- cgit v1.2.3