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 --- Tests/Android/TestApp/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Tests/Android') diff --git a/Tests/Android/TestApp/build.gradle b/Tests/Android/TestApp/build.gradle index 41ffac1..3217c6c 100644 --- a/Tests/Android/TestApp/build.gradle +++ b/Tests/Android/TestApp/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.testapp' - minSdkVersion 21 - targetSdkVersion 25 } buildTypes { release { -- cgit v1.2.3