We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67645a0 commit 28820cdCopy full SHA for 28820cd
.gitignore
@@ -2,3 +2,4 @@
2
.gradle
3
.idea
4
enigma/src/main/assets/resources.res
5
+enigma/build.gradle
enigma/build.gradle enigma/build.gradle.templateenigma/build.gradle renamed to enigma/build.gradle.template
@@ -1,12 +1,12 @@
1
apply plugin: 'com.android.application'
android {
- compileSdkVersion 30
- ndkVersion "22.0.6917172"
+ compileSdkVersion %ANDROID_API_LEVEL%
+ ndkVersion "%ANDROID_NDK_VERSION%"
6
defaultConfig {
7
applicationId "enigma.game"
8
minSdkVersion 19
9
- targetSdkVersion 30
+ targetSdkVersion %ANDROID_API_LEVEL%
10
versionCode 1
11
versionName "1.0"
12
externalNativeBuild {
fix_paths.sh
100644
100755
0 commit comments