|
@@ -24,6 +24,7 @@ android {
|
|
|
// Specifies the ABI configurations of your native
|
|
// Specifies the ABI configurations of your native
|
|
|
// libraries Gradle should build and package with your APK.
|
|
// libraries Gradle should build and package with your APK.
|
|
|
abiFilters 'armeabi-v7a', 'arm64-v8a'
|
|
abiFilters 'armeabi-v7a', 'arm64-v8a'
|
|
|
|
|
+ debugSymbolLevel 'SYMBOL_TABLE'
|
|
|
}
|
|
}
|
|
|
targetSdkVersion 30
|
|
targetSdkVersion 30
|
|
|
}
|
|
}
|