Fun-Beat obfuscation configuration

Source: Internet
Author: User

  

# ADD Project specific Proguard rules here.
# By default, the "flags in" This file is appended to the flags specified
# in E:\android\sdk/tools/proguard/proguard-android.txt
# 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 *;
#}
-keepattributes exceptions,innerclasses,signature
-dontwarn com.alibaba.**
-keep class com.alibaba.**
-keepclassmembers class com.alibaba.** {
*;
}
-keep class com.taobao.**
-keepclassmembers class com.taobao.** {
*;
}

-dontwarn com.google.common.**
-dontwarn com.fasterxml.jackson.**
-dontwarn com.amap.api.**
-dontwarn net.jcip.annotations.**

-keepattributes annotation,enclosingmethod,signature
-keep class com.fasterxml.jackson.**
-keepclassmembers class com.fasterxml.jackson.** {
*;
}

-keep class com.duanqu.**
-keepclassmembers class com.duanqu.** {
*;
}

Fun-Beat obfuscation configuration

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.