Skip to content

Commit

Permalink
添加aspectjrt依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
juhonggang committed Apr 12, 2019
1 parent 25c14f5 commit 73143ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion permission/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ android {

buildTypes {
release {
minifyEnabled false
minifyEnabled true
zipAlignEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand All @@ -28,4 +29,5 @@ dependencies {
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'
api 'org.aspectj:aspectjrt:1.8.9'
}

0 comments on commit 73143ab

Please sign in to comment.