summaryrefslogtreecommitdiffstats
path: root/unityplugin/Android
diff options
context:
space:
mode:
authorEgor <egor.yusov@gmail.com>2018-02-17 23:18:12 +0000
committerEgor <egor.yusov@gmail.com>2018-02-17 23:18:12 +0000
commitaa85da51629079aa8413dbf2534d1040c4dc5fe5 (patch)
tree335c74a798710d4208e7dbd1f8ebe6c9f8977617 /unityplugin/Android
parentFixed minor issue in ShaderConverterTest (diff)
downloadDiligentEngine-aa85da51629079aa8413dbf2534d1040c4dc5fe5.tar.gz
DiligentEngine-aa85da51629079aa8413dbf2534d1040c4dc5fe5.zip
Moved common gradle build settings to android_common.gradle
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 {