mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-08-08 06:46:11 +00:00
fix: r8 exception for LocationManager (#566)
This commit is contained in:
parent
5dc6369b8f
commit
e313112d7c
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
@ -26,3 +26,8 @@
|
||||
-keepnames class org.torproject.arti.**
|
||||
-dontwarn info.guardianproject.arti.**
|
||||
-dontwarn org.torproject.arti.**
|
||||
|
||||
# Fix for AbstractMethodError on API < 29 where LocationListener methods are abstract
|
||||
-keepclassmembers class * implements android.location.LocationListener {
|
||||
public <methods>;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user