Skip to content

Commit

Permalink
Apk:解决 JitPack 打包失败
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon committed Aug 16, 2020
1 parent 2a0d158 commit 84ec177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UnitAuto-Apk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation files('libs/unitauto-1.0.jar')
compile fileTree(include: ['*.jar'], dir: 'libs')
compile files('libs/unitauto-1.0.jar')
compile 'com.alibaba:fastjson:1.2.61'
compile 'com.koushikdutta.async:androidasync:2.+'
}

0 comments on commit 84ec177

Please sign in to comment.