mirror of
https://github.com/Ujwal223/FocusGram.git
synced 2026-04-02 17:41:16 +02:00
fixed external redirect on instagram m's settings. fixed bug where it opened app session instead of reel session. hided vertical scroll bar. removed custom bottom bar. fixed bug where it wasnt showing searchbar in /explore. FIXED/ADDED/IMPROVED A LOT MORE THINGS. Ready for Release
29 lines
872 B
Prolog
29 lines
872 B
Prolog
# Flutter Wrapper
|
|
-keep class io.flutter.app.** { *; }
|
|
-keep class io.flutter.plugin.** { *; }
|
|
-keep class io.flutter.util.** { *; }
|
|
-keep class io.flutter.view.** { *; }
|
|
-keep class io.flutter.** { *; }
|
|
-keep class io.flutter.plugins.** { *; }
|
|
|
|
# flutter_local_notifications
|
|
-keep class com.dexterous.flutterlocalnotifications.** { *; }
|
|
-keep class com.google.firebase.messaging.** { *; }
|
|
-dontwarn com.google.firebase.messaging.**
|
|
|
|
# webview_flutter
|
|
-keep class io.flutter.plugins.webviewflutter.** { *; }
|
|
|
|
# Keystore and common
|
|
-keep class com.ujwal.focusgram.** { *; }
|
|
|
|
# Flutter Play Store Split (ignore optional references)
|
|
-dontwarn com.google.android.play.core.**
|
|
-dontwarn com.google.android.gms.common.**
|
|
|
|
# Avoid stripping JS bridge names
|
|
-keepattributes JavascriptInterface
|
|
-keepclassmembers class * {
|
|
@android.webkit.JavascriptInterface <methods>;
|
|
}
|