Skip to content

Commit

Permalink
cy:修改library appcompat 的依赖为compileOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
YiQingMing committed Apr 2, 2022
1 parent 746ce74 commit 05efb2c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dialog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,5 @@ artifacts {
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:+'
testImplementation 'junit:junit:+'
androidTestImplementation 'androidx.test.ext:junit:+'
androidTestImplementation 'androidx.test.espresso:espresso-core:+'
compileOnly 'androidx.appcompat:appcompat:+'
}

0 comments on commit 05efb2c

Please sign in to comment.