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

34 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.**
-keep class twitter4j.** {*;}
2019-05-18 20:30:02 +02:00
#-dontwarn javax.**
#-keep class javax.** {*;}
2019-05-18 20:30:02 +02:00
#-dontwarn org.conscrypt**
#-keep class org.conscrypt** {*;}