Skip to content

Commit

Permalink
解决Androidx冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
AnJiaoDe committed Aug 28, 2020
1 parent f02e36f commit 746ce74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dialog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ artifacts {
archives sourcesJar
}
dependencies {
compileOnly fileTree(dir: 'libs', include: ['*.jar'])
compileOnly 'androidx.appcompat:appcompat:1.1.0'
testCompileOnly 'junit:junit:4.12'
androidTestCompileOnly 'androidx.test.ext:junit:1.1.1'
androidTestCompileOnly 'androidx.test.espresso:espresso-core:3.2.0'
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:+'
testImplementation 'junit:junit:+'
androidTestImplementation 'androidx.test.ext:junit:+'
androidTestImplementation 'androidx.test.espresso:espresso-core:+'
}

0 comments on commit 746ce74

Please sign in to comment.