mirror of
https://github.com/PhilKes/NotallyX.git
synced 2025-06-28 12:19:55 +00:00
Add NDK debugSymbols to build
This commit is contained in:
parent
95a3b9c048
commit
628b9a4835
2 changed files with 5 additions and 3 deletions
|
@ -16,7 +16,7 @@ plugins {
|
||||||
android {
|
android {
|
||||||
namespace = "com.philkes.notallyx"
|
namespace = "com.philkes.notallyx"
|
||||||
compileSdk = 34
|
compileSdk = 34
|
||||||
|
ndkVersion = "29.0.13113456"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "com.philkes.notallyx"
|
applicationId = "com.philkes.notallyx"
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
|
@ -27,8 +27,10 @@ android {
|
||||||
"en", "ca", "cs", "da", "de", "el", "es", "fr", "hu", "in", "it", "ja", "my", "nb", "nl", "nn", "pl", "pt-rBR", "pt-rPT", "ro", "ru", "sk", "sv", "tl", "tr", "uk", "vi", "zh-rCN", "zh-rTW"
|
"en", "ca", "cs", "da", "de", "el", "es", "fr", "hu", "in", "it", "ja", "my", "nb", "nl", "nn", "pl", "pt-rBR", "pt-rPT", "ro", "ru", "sk", "sv", "tl", "tr", "uk", "vi", "zh-rCN", "zh-rTW"
|
||||||
)
|
)
|
||||||
vectorDrawables.generatedDensities?.clear()
|
vectorDrawables.generatedDensities?.clear()
|
||||||
|
ndk {
|
||||||
|
debugSymbolLevel= "FULL"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ksp {
|
ksp {
|
||||||
arg("room.generateKotlin", "true")
|
arg("room.generateKotlin", "true")
|
||||||
arg("room.schemaLocation", "$projectDir/schemas")
|
arg("room.schemaLocation", "$projectDir/schemas")
|
||||||
|
|
|
@ -5,7 +5,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath("com.android.tools.build:gradle:8.7.0")
|
classpath("com.android.tools.build:gradle:8.7.3")
|
||||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
|
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
|
||||||
classpath("org.apache.commons:commons-configuration2:2.4")
|
classpath("org.apache.commons:commons-configuration2:2.4")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue