Skip to content

Commit

Permalink
Fix: Android 10.x under BLE Permission
Browse files Browse the repository at this point in the history
  • Loading branch information
suk-6 committed Sep 23, 2023
1 parent 6a0e810 commit 598f63b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ android {
release {
signingConfig signingConfigs.release

minifyEnabled true
shrinkResources false
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.debug
}
Expand Down

0 comments on commit 598f63b

Please sign in to comment.