local.properties&gradle-wrapper.properties&proguard-

local.properties&gradle-wrapper.properties&proguard-

## This file is automatically generated by Android Studio.

# Do not modify this file -- YOUR CHANGES WILL BE ERASED!

#

# This file must *NOT* be checked into Version Control Systems,

# as it contains information specific to your local configuration.

#

# Location of the SDK. This is only used by Gradle.

# For customization when using a Version Control System, please read the

# header note.

#Mon Oct 23 06:47:23 CST 2017

ndk.dir=C\:\\Users\\wangj\\AppData\\Local\\Android\\Sdk\\ndk-bundle

sdk.dir=C\:\\Users\\wangj\\AppData\\Local\\Android\\Sdk

#Mon Oct 23 06:47:30 CST 2017

distributionBase=GRADLE_USER_HOME

distributionPath=wrapper/dists

zipStoreBase=GRADLE_USER_HOME

zipStorePath=wrapper/dists

distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip# Add project specific ProGuard rules here.

# By default, the flags in this file are appended to flags specified

# in /Users/wyouflf/develop/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 *;

#}



################### region for xUtils

-keepattributes Signature,*Annotation*

-keep public class org.xutils.** {

   public protected *;

}

-keep public interface org.xutils.** {

   public protected *;

}

-keepclassmembers class * extends org.xutils.** {

   public protected *;

}

-keepclassmembers @org.xutils.db.annotation.* class * {*;}

-keepclassmembers @org.xutils.http.annotation.* class * {*;}

-keepclassmembers class * {

   @org.xutils.view.annotation.Event <methods>;

}

#################### end region

local.properties&gradle-wrapper.properties&proguard-