File tree Expand file tree Collapse file tree 4 files changed +9
-14
lines changed Expand file tree Collapse file tree 4 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 3
3
<p align =" center " ><img src =" https://github.com/azhon/AppUpdate/blob/main/img/logo.png " ></p >
4
4
<p align =" center " >
5
5
<img src =" https://img.shields.io/badge/miniSdk-16%2B-blue.svg " >
6
- <img src =" https://img.shields.io/badge/mavenCentral-4.3.2 -brightgreen.svg " >
6
+ <img src =" https://img.shields.io/badge/mavenCentral-4.3.3 -brightgreen.svg " >
7
7
<img src =" https://img.shields.io/badge/author-azhon-%23E066FF.svg " >
8
8
<img src =" https://img.shields.io/badge/license-Apache2.0-orange.svg " >
9
9
</p >
57
57
#### Step1:` app/build.gradle `
58
58
59
59
``` groovy
60
- implementation 'io.github.azhon:appupdate:4.3.2 '
60
+ implementation 'io.github.azhon:appupdate:4.3.3 '
61
61
```
62
62
<details >
63
63
<summary >Since in-app updates are prohibited by GooglePlay policy, it can be handled in productFlavors</summary >
@@ -148,9 +148,9 @@ class MyDownload : BaseHttpDownloadManager() {}
148
148
149
149
### Version update record
150
150
151
- * v4.3.2(2023/12/18 )
151
+ * v4.3.3(2024/07/23 )
152
152
153
- * [ Fix ] Targeting S+ requires FLAG IMMUTABLE bug
153
+ * [ Opt ] Nothing changed, only publish a new version
154
154
155
155
#### [ More update records click here to view] ( https://github.com/azhon/AppUpdate/wiki/Home )
156
156
Original file line number Diff line number Diff line change 3
3
<p align =" center " ><img src =" https://github.com/azhon/AppUpdate/blob/main/img/logo.png " ></p >
4
4
<p align =" center " >
5
5
<img src =" https://img.shields.io/badge/miniSdk-16%2B-blue.svg " >
6
- <img src =" https://img.shields.io/badge/mavenCentral-4.3.2 -brightgreen.svg " >
6
+ <img src =" https://img.shields.io/badge/mavenCentral-4.3.3 -brightgreen.svg " >
7
7
<img src =" https://img.shields.io/badge/author-azhon-%23E066FF.svg " >
8
8
<img src =" https://img.shields.io/badge/license-Apache2.0-orange.svg " >
9
9
</p >
73
73
#### 第一步:` app/build.gradle ` 添加依赖
74
74
75
75
``` groovy
76
- implementation 'io.github.azhon:appupdate:4.3.2 '
76
+ implementation 'io.github.azhon:appupdate:4.3.3 '
77
77
```
78
78
79
79
<details >
@@ -176,9 +176,9 @@ class MyDownload : BaseHttpDownloadManager() {}
176
176
177
177
### 版本更新记录
178
178
179
- * v4.3.2(2023/12/18 )
179
+ * v4.3.3(2024/07/23 )
180
180
181
- * [ 修复 ] Targeting S+ requires FLAG IMMUTABLE bug
181
+ * [ 优化 ] 没有改动,只想发布个版本
182
182
183
183
* [ 更多更新记录点此查看] ( https://github.com/azhon/AppUpdate/wiki/Home )
184
184
Original file line number Diff line number Diff line change 12
12
compileSdk = 33
13
13
targetSdk = 33
14
14
minSdk = 16
15
- publishVersion = " 4.3.2 "
15
+ publishVersion = " 4.3.3 "
16
16
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' maven-publish'
2
2
apply plugin : ' signing'
3
3
4
- task generateSourcesJar (type : Jar ) {
5
- from android. sourceSets. main. java. srcDirs
6
- classifier ' sources'
7
- }
8
4
Properties localProperties = new Properties ()
9
5
localProperties. load(project. rootProject. file(' local.properties' ). newDataInputStream())
10
6
@@ -16,7 +12,6 @@ afterEvaluate {
16
12
groupId " io.github.azhon"
17
13
artifactId project. ARTIFACT_ID
18
14
version rootProject. ext. publishVersion
19
- artifact generateSourcesJar
20
15
pom {
21
16
name = ' AppUpdate'
22
17
description = ' Android App update library. Android版本更新库,简单、轻量、可随意定制'
You can’t perform that action at this time.
0 commit comments