Skip to content

Commit

Permalink
更新各种引用包。app的com.squareup.okhttp3:okhttp只能停留在3.x,daogenerator的org.gree…
Browse files Browse the repository at this point in the history
…nrobot:greendao-generator只能停留在2.x,不然就会编译失败。
  • Loading branch information
Mapaler committed Mar 3, 2020
1 parent ec2fd12 commit 3dabfdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
implementation 'com.github.seven332:yorozuya-thread:0.1.1'
implementation 'com.github.seven332:yorozuya-collect:0.1.4'
implementation 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:1.0.0'
implementation 'com.squareup.okhttp3:okhttp:3.12.3'
implementation 'com.squareup.okhttp3:okhttp:3.14.2'
implementation 'org.ccil.cowan.tagsoup:tagsoup:1.2.1'
implementation 'org.greenrobot:greendao:2.2.1'
implementation 'org.jsoup:jsoup:1.12.2'
Expand Down
4 changes: 2 additions & 2 deletions daogenerator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ task executeDaoGenerator(type:JavaExec) {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'org.greenrobot:greendao-generator:2.2.0'
compile 'org.jboss.forge.roaster:roaster-api:2.20.1.Final'
compile 'org.jboss.forge.roaster:roaster-jdt:2.20.1.Final'
compile 'org.jboss.forge.roaster:roaster-api:2.21.1.Final'
compile 'org.jboss.forge.roaster:roaster-jdt:2.21.1.Final'
}

0 comments on commit 3dabfdc

Please sign in to comment.