We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7dba56 commit 5dcdfb1Copy full SHA for 5dcdfb1
README.md
@@ -76,7 +76,7 @@ Android 版本升级库。
76
77
## 怎么使用
78
79
-#### 在项目根目录的`build.gradle`文件中添加如下代码:
+#### 1.在项目根目录的`build.gradle`文件中添加如下代码:
80
81
```groovy
82
allprojects {
@@ -86,18 +86,16 @@ Android 版本升级库。
86
}
87
88
```
89
-
90
91
92
-#### 添加项目依赖:
+#### 2.添加项目依赖:
93
94
95
dependencies {
96
implementation 'com.github.ithomasoft:update:1.0.0'
97
98
99
100
-#### 创建`DownloadManager`
+#### 3.创建`DownloadManager`
101
102
```java
103
DownloadManager manager = DownloadManager.getInstance(this);
0 commit comments