summaryrefslogtreecommitdiff
path: root/ide/AndroidStudio3/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'ide/AndroidStudio3/app/build.gradle')
-rw-r--r--ide/AndroidStudio3/app/build.gradle26
1 files changed, 0 insertions, 26 deletions
diff --git a/ide/AndroidStudio3/app/build.gradle b/ide/AndroidStudio3/app/build.gradle
deleted file mode 100644
index dd66c8d93..000000000
--- a/ide/AndroidStudio3/app/build.gradle
+++ /dev/null
@@ -1,26 +0,0 @@
-apply plugin: 'com.android.application'
-
- android {
- compileSdkVersion 25
-
- defaultConfig {
- applicationId 'org.fltk.android_hello'
- minSdkVersion 14
- targetSdkVersion 25
- externalNativeBuild {
- cmake {
- arguments '-DANDROID_STL=c++_shared'
- }
- }
- }
- buildTypes {
- release {
- minifyEnabled false
- }
- }
- externalNativeBuild {
- cmake {
- path 'src/main/cpp/CMakeLists.txt'
- }
- }
- }