You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Step2:Create `DownloadManager`,For more usage, please see [sample code here](https://github.com/azhon/AppUpdate/blob/main/app/src/main/java/com/azhon/app/MainActivity.kt)
@@ -87,7 +87,7 @@ manager?.download()
87
87
88
88
### Skills
89
89
90
-
* Internal support Chinese / English (other languages only need to take the same name in the corresponding `string.xml`
90
+
* Internal support (other languages only need to take the same name in the corresponding `string.xml`
91
91
* To view the Log, you only need to filter the Tag at the beginning of `AppUpdate`
92
92
* Download completed Delete old APK file after opening new version
93
93
@@ -105,9 +105,11 @@ class MyDownload : BaseHttpDownloadManager() {}
105
105
106
106
### Version update record
107
107
108
-
* v4.1.0(2022/05/11)
108
+
* v4.2.0(2022/07/05)
109
109
110
-
*[Fix] Some https url throw SSLHandshakeException
110
+
*[opt] Add support for traditional Chinese
111
+
*[Fix] Memory leak caused by non-forced update built-in dialog closing
112
+
*[Fix] Possible DownloadManager NPE bug
111
113
112
114
#### [More update records click here to view](https://github.com/azhon/AppUpdate/wiki/Home)
0 commit comments