diff options
| author | Egor <egor.yusov@gmail.com> | 2017-12-25 22:15:18 +0000 |
|---|---|---|
| committer | Egor <egor.yusov@gmail.com> | 2017-12-25 22:15:18 +0000 |
| commit | 0d2b083616c1d1f8a0fd8882ffc0aaac270081f2 (patch) | |
| tree | 3d3a0740bd26f1b58fd3a30ed6499543e02eeb2f /unityplugin/Android | |
| parent | Updated core & sample submodules (linux implementation) (diff) | |
| download | DiligentEngine-0d2b083616c1d1f8a0fd8882ffc0aaac270081f2.tar.gz DiligentEngine-0d2b083616c1d1f8a0fd8882ffc0aaac270081f2.zip | |
Enabled Unity Emulator on Linux. Linux platform is now fully supported
Diffstat (limited to 'unityplugin/Android')
| -rw-r--r-- | unityplugin/Android/GhostCubeScene/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unityplugin/Android/GhostCubeScene/build.gradle b/unityplugin/Android/GhostCubeScene/build.gradle index 886985f..7d531c1 100644 --- a/unityplugin/Android/GhostCubeScene/build.gradle +++ b/unityplugin/Android/GhostCubeScene/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - compileSdkVersion = 25 + compileSdkVersion = 27 defaultConfig { applicationId = 'com.DiligentGraphics.UnityEmulator.UnityEmulatorApplication' |
