Skip to content

Commit

Permalink
compileOnly代替implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhiqiang1993 committed Nov 23, 2018
1 parent c8e46c1 commit fd47440
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zxinglibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
api files('libs/core-3.3.0.jar')
implementation "com.android.support:appcompat-v7:$android_support"
implementation "com.android.support:design:$android_support"
implementation "com.android.support:support-v4:$android_support"
implementation "com.android.support:support-vector-drawable:$android_support"
compileOnly "com.android.support:appcompat-v7:$android_support"
compileOnly "com.android.support:design:$android_support"
compileOnly "com.android.support:support-v4:$android_support"
compileOnly "com.android.support:support-vector-drawable:$android_support"

}

0 comments on commit fd47440

Please sign in to comment.