Skip to content

Commit

Permalink
fix(build): removed ndk symbol table thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharlock10 committed May 11, 2022
1 parent b473b2c commit e83dad8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ if (keystorePropertiesFile.exists()) {

android {
compileSdkVersion 31
ndkVersion "25.0.8355429"

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand All @@ -60,9 +59,6 @@ android {
buildTypes {
release {
signingConfig signingConfigs.release
ndk {
debugSymbolLevel 'SYMBOL_TABLE'
}
}
}
}
Expand Down

0 comments on commit e83dad8

Please sign in to comment.