diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2019-12-25 03:23:32 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2019-12-25 03:23:32 +0000 |
| commit | 040e4cb7e454d532d249d2a5de6f2aba0c902baa (patch) | |
| tree | c89a3a009e2d145c3c3cfdb053ad7392eedf6d98 /Tests/Android/TestApp/build.gradle | |
| parent | Added codacy bages (diff) | |
| download | DiligentEngine-040e4cb7e454d532d249d2a5de6f2aba0c902baa.tar.gz DiligentEngine-040e4cb7e454d532d249d2a5de6f2aba0c902baa.zip | |
Updated submodules; removed tests folder (tests are now part of every submodule)
Diffstat (limited to 'Tests/Android/TestApp/build.gradle')
| -rw-r--r-- | Tests/Android/TestApp/build.gradle | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/Tests/Android/TestApp/build.gradle b/Tests/Android/TestApp/build.gradle deleted file mode 100644 index 70e486a..0000000 --- a/Tests/Android/TestApp/build.gradle +++ /dev/null @@ -1,28 +0,0 @@ -apply plugin: 'com.android.application' -apply from: "../../../Common/NativeApp/Android/android_common.gradle" - -android { - defaultConfig { - applicationId = 'com.diligentengine.testapp' - } - buildTypes { - release { - minifyEnabled = false - proguardFiles getDefaultProguardFile('proguard-android.txt'), - 'proguard-rules.pro' - } - } - sourceSets { - main { - assets.srcDirs = ['../../TestApp/assets'] - } - } -} - -buildDir '../build/TestApp' - -dependencies { - implementation project(":Common") - implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'com.android.support:appcompat-v7:28.0.0' -} |
