Shitter-android-app/app/proguard-rules.pro

33 lines
1.1 KiB
Prolog
Raw Normal View History

2017-11-04 16:09:25 +01:00
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
2018-08-12 10:04:48 +02:00
# in ~/Android/Sdk/tools/proguard/proguard-android.txt
2017-11-04 16:09:25 +01:00
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# Add any project specific keep options here:
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
2018-12-16 11:41:42 +01:00
#-keepattributes SourceFile,LineNumberTable
2017-11-04 16:09:25 +01:00
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-dontwarn twitter4j.**
2021-01-16 21:00:58 +01:00
-keep,allowobfuscation class twitter4j.** {*;}
-adaptclassstrings twitter4j.**
2019-10-08 21:25:47 +02:00
-dontwarn javax.management.DynamicMBean
2021-01-16 21:00:58 +01:00
-keep,allowobfuscation class javax.management.DynamicMBean {*;}
-adaptclassstrings javax.management.DynamicMBean