Skip to content

Commit

Permalink
1.修改gradle依赖方式
Browse files Browse the repository at this point in the history
2.修改release模式混淆的问题
  • Loading branch information
keep2iron committed Oct 22, 2018
1 parent c3cdeff commit ebaa34f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ dependencies {
implementation deps.support.app_compat
implementation deps.support.constraint_layout

implementation project(':lib-pineapple')

testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
Expand Down
2 changes: 1 addition & 1 deletion lib-pineapple/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {

buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit ebaa34f

Please sign in to comment.