From abef6da56913f1c55528103e60a50451a39628b1 Mon Sep 17 00:00:00 2001 From: WlodekM Date: Sun, 16 Jun 2024 10:35:45 +0300 Subject: initial commit --- android/app/build.gradle | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 android/app/build.gradle (limited to 'android/app/build.gradle') diff --git a/android/app/build.gradle b/android/app/build.gradle new file mode 100644 index 0000000..516e09a --- /dev/null +++ b/android/app/build.gradle @@ -0,0 +1,29 @@ +apply plugin: 'com.android.application' + +android { + compileSdkVersion 28 + + defaultConfig { + applicationId = 'com.classicube.android.client' + minSdkVersion 13 + targetSdkVersion 26 + externalNativeBuild { + cmake { + arguments '-DANDROID_STL=c++_static' + } + } + } + buildTypes { + release { + minifyEnabled false + proguardFiles getDefaultProguardFile('proguard-android.txt'), + 'proguard-rules.pro' + } + } + externalNativeBuild { + cmake { + version '3.10.2' + path 'CMakeLists.txt' + } + } +} -- cgit 1.4.1-2-gfad0