2024-01-23 08:22:00 +00:00
|
|
|
{
|
|
|
|
"android_make": {
|
2024-01-23 17:38:52 +00:00
|
|
|
"cxxflags": "-I../../../miniaudio",
|
2024-01-23 08:22:00 +00:00
|
|
|
"keyStore": "keystore.jks",
|
|
|
|
"keyAlias": "androidkey",
|
|
|
|
"storePass": "android",
|
|
|
|
"keyPass": "android",
|
|
|
|
"sdkDir": "${HOME}/Android/Sdk",
|
2024-07-09 09:44:56 +00:00
|
|
|
"ndkVersion": "27.0.11902837",
|
|
|
|
"buildToolsVersion": "35.0.0",
|
2024-01-23 09:39:30 +00:00
|
|
|
"androidxDir": "${HOME}/Android/androidx",
|
2024-01-23 08:22:00 +00:00
|
|
|
"kotlinDir": "${HOME}/Android/kotlin",
|
2024-07-09 09:44:56 +00:00
|
|
|
"androidVersion": "35",
|
|
|
|
"androidxCoreVersion": "1.13.1",
|
|
|
|
"androidxLifecycleCommonVersion": "2.8.3",
|
|
|
|
"androidxVersionedparcelableVersion": "1.2.0",
|
|
|
|
"kotlinStdlibVersion": "2.0.0",
|
|
|
|
"kotlinxCoroutinesCoreVersion": "1.8.0",
|
|
|
|
"kotlinxCoroutinesCoreJVMVersion": "1.8.1"
|
2024-01-23 08:22:00 +00:00
|
|
|
}
|
|
|
|
}
|