You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build.gradle 188B

12345678910
  1. apply plugin : 'com.android.library'
  2. apply from : '../config.gradle'
  3. android {
  4. defaultConfig {
  5. // 模块混淆配置
  6. consumerProguardFiles 'proguard-base.pro'
  7. }
  8. }