mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Use Android SDL2 via Maven
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
1d3173f5c1
commit
ca71410f14
@@ -19,10 +19,13 @@ android {
|
||||
applicationId "air.com.distractionware.vvvvvvmobile"
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
arguments "-DANDROID_APP_PLATFORM=android-29", "-DANDROID_STL=c++_static"
|
||||
arguments "-DANDROID_STL=c++_shared"
|
||||
}
|
||||
}
|
||||
}
|
||||
buildFeatures {
|
||||
prefab true
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
@@ -107,4 +110,5 @@ dependencies {
|
||||
implementation 'org.jetbrains:annotations:15.0'
|
||||
implementation 'androidx.core:core:1.10.1'
|
||||
implementation 'androidx.exifinterface:exifinterface:1.3.6'
|
||||
implementation 'org.libsdl.android:SDL2:2.28.5'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user