Skip to content

Commit

Permalink
Compat AS-gradle-plugin 3.0.0 for modules app1 nad app2.
Browse files Browse the repository at this point in the history
  • Loading branch information
imknown committed Oct 22, 2017
1 parent 75c1d04 commit 989a381
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AndResGuard-example/app1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ android {
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), "proguard-rules.pro"
signingConfig signingConfigs.release

matchingFallbacks = ['release']
}
}

Expand Down
2 changes: 2 additions & 0 deletions AndResGuard-example/app2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ android {
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android.txt'), "proguard-rules.pro"
signingConfig signingConfigs.release

matchingFallbacks = ['release']
}
}

Expand Down

0 comments on commit 989a381

Please sign in to comment.