Skip to content

Commit

Permalink
修改androidx版本
Browse files Browse the repository at this point in the history
  • Loading branch information
puyang1017 committed Aug 19, 2019
1 parent 3a2afb1 commit c245fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puymvpjava/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
api fileTree(include: ['*.jar'], dir: 'libs')
api 'androidx.appcompat:appcompat:1.0.2'
api 'com.google.android.material:material:1.0.0'
api 'androidx.annotation:annotation:1.1.0'
api 'androidx.annotation:annotation:1.0.0'
api rootProject.ext.dependencies["xrecyclerview"]
api rootProject.ext.dependencies["butterknife"]
annotationProcessor rootProject.ext.dependencies["butterknife-apt"]
Expand Down

0 comments on commit c245fdb

Please sign in to comment.