Use helper function of registerReceiver() that doesn't export receiver

This commit is contained in:
Torsten Grote
2024-10-31 17:07:49 -03:00
parent 6e4052fa87
commit 4f8ac5f734
13 changed files with 48 additions and 16 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ def getStdout = { command, defaultValue ->
}
android {
compileSdk 33
buildToolsVersion '33.0.0'
compileSdk 34
buildToolsVersion '34.0.0'
packagingOptions {
doNotStrip '**/*.so'