Skip to content

Commit 28820cd

Browse files
author
Greg Williamson
committed
compiler fixups
1 parent 67645a0 commit 28820cd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.gradle
33
.idea
44
enigma/src/main/assets/resources.res
5+
enigma/build.gradle
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 30
5-
ndkVersion "22.0.6917172"
4+
compileSdkVersion %ANDROID_API_LEVEL%
5+
ndkVersion "%ANDROID_NDK_VERSION%"
66
defaultConfig {
77
applicationId "enigma.game"
88
minSdkVersion 19
9-
targetSdkVersion 30
9+
targetSdkVersion %ANDROID_API_LEVEL%
1010
versionCode 1
1111
versionName "1.0"
1212
externalNativeBuild {

fix_paths.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)