diff options
Diffstat (limited to 'unityplugin/Android/GhostCubeScene')
| -rw-r--r-- | unityplugin/Android/GhostCubeScene/build.gradle | 5 |
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 { |
