Skip to content

Commit

Permalink
try to fix missing symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
RoepStoep committed Sep 14, 2023
1 parent 22dbf80 commit ec6982e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ android {
// shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
ndk {
debugSymbolLevel 'full'
debugSymbolLevel 'FULL'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"

android:versionCode="2001000"
android:versionCode="2001001"
android:versionName="2.1.0"
android:installLocation="auto">

Expand Down

0 comments on commit ec6982e

Please sign in to comment.