Skip to content

Commit

Permalink
修改gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
puyang1017 committed Jan 29, 2019
1 parent 3431625 commit 23e9b52
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions puymvpjava/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,40 +21,40 @@ android {
}

dependencies {
api fileTree(include: ['*.jar'], dir: 'libs')
api rootProject.ext.dependencies["appcompat-v7"]
api rootProject.ext.dependencies["support-v4"]
api rootProject.ext.dependencies["design"]
api rootProject.ext.dependencies["annotations"]
api rootProject.ext.dependencies["recyclerview-v7"]
api rootProject.ext.dependencies["xrecyclerview"]
api rootProject.ext.dependencies["butterknife"]
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation rootProject.ext.dependencies["appcompat-v7"]
implementation rootProject.ext.dependencies["support-v4"]
implementation rootProject.ext.dependencies["design"]
implementation rootProject.ext.dependencies["annotations"]
implementation rootProject.ext.dependencies["recyclerview-v7"]
implementation rootProject.ext.dependencies["xrecyclerview"]
implementation rootProject.ext.dependencies["butterknife"]
annotationProcessor rootProject.ext.dependencies["butterknife-apt"]
api rootProject.ext.dependencies["glide"]
api rootProject.ext.dependencies["gson"]
api rootProject.ext.dependencies["rxandroid"]
api rootProject.ext.dependencies["rxjava"]
api rootProject.ext.dependencies["retrofit"]
api rootProject.ext.dependencies["retrofit-converter-gson"]
api rootProject.ext.dependencies["retrofit-adapter-rxjava"]
api rootProject.ext.dependencies["okhttp3"]
api rootProject.ext.dependencies["rxlifecycle"]
api rootProject.ext.dependencies["rxlifecycle-android"]
api rootProject.ext.dependencies["rxlifecycle-components"]
api rootProject.ext.dependencies["rxpermissions"]
api rootProject.ext.dependencies["eventbus"]
api rootProject.ext.dependencies["barlibrary"]
api rootProject.ext.dependencies["swipebacklayout"]
api rootProject.ext.dependencies["umeng-common"]
api rootProject.ext.dependencies["umeng-analytics"]
api rootProject.ext.dependencies["umeng-utdid"]
api rootProject.ext.dependencies["umeng-debug"]
api rootProject.ext.dependencies["umeng-share"]
api rootProject.ext.dependencies["umeng-share-qq"]
api rootProject.ext.dependencies["umeng-share-wechat"]
api rootProject.ext.dependencies["umeng-share-sina"]
api rootProject.ext.dependencies["mqttv3"]
api rootProject.ext.dependencies["fragmentation"]
api rootProject.ext.dependencies["facebookrebound"]
implementation rootProject.ext.dependencies["glide"]
implementation rootProject.ext.dependencies["gson"]
implementation rootProject.ext.dependencies["rxandroid"]
implementation rootProject.ext.dependencies["rxjava"]
implementation rootProject.ext.dependencies["retrofit"]
implementation rootProject.ext.dependencies["retrofit-converter-gson"]
implementation rootProject.ext.dependencies["retrofit-adapter-rxjava"]
implementation rootProject.ext.dependencies["okhttp3"]
implementation rootProject.ext.dependencies["rxlifecycle"]
implementation rootProject.ext.dependencies["rxlifecycle-android"]
implementation rootProject.ext.dependencies["rxlifecycle-components"]
implementation rootProject.ext.dependencies["rxpermissions"]
implementation rootProject.ext.dependencies["eventbus"]
implementation rootProject.ext.dependencies["barlibrary"]
implementation rootProject.ext.dependencies["swipebacklayout"]
implementation rootProject.ext.dependencies["umeng-common"]
implementation rootProject.ext.dependencies["umeng-analytics"]
implementation rootProject.ext.dependencies["umeng-utdid"]
implementation rootProject.ext.dependencies["umeng-debug"]
implementation rootProject.ext.dependencies["umeng-share"]
implementation rootProject.ext.dependencies["umeng-share-qq"]
implementation rootProject.ext.dependencies["umeng-share-wechat"]
implementation rootProject.ext.dependencies["umeng-share-sina"]
implementation rootProject.ext.dependencies["mqttv3"]
implementation rootProject.ext.dependencies["fragmentation"]
implementation rootProject.ext.dependencies["facebookrebound"]
implementation files('libs/commons-codec-1.11.jar')
}

0 comments on commit 23e9b52

Please sign in to comment.