Skip to content

Commit

Permalink
谈价 jitpack 关联
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzhengsr committed Mar 27, 2020
1 parent 19ff111 commit 21ec3da
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 24 deletions.
64 changes: 42 additions & 22 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@


效果图
![下载任务](https://github.com/LillteZheng/AppUpdate/raw/master/gif/update.gif)
<table align="center">

<tr>
<td><a href="url"><img src="https://github.com/LillteZheng/AppUpdate/raw/master/gif/update.gif" align="left"height="789" width="479"></a></td>
</tr>

</table>

## 配置
```
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
3 changes: 2 additions & 1 deletion update-lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'

apply plugin: 'com.github.dcendents.android-maven'
group='com.github.LillteZheng'
android {
compileSdkVersion 28
buildToolsVersion "29.0.2"
Expand Down

0 comments on commit 21ec3da

Please sign in to comment.