🐛 Fix android update
This commit is contained in:
BIN
android/app/src/main/res/drawable/ic_notification.png
Executable file
BIN
android/app/src/main/res/drawable/ic_notification.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
@@ -305,7 +305,7 @@ class _UpdateSheetState extends State<_UpdateSheet> {
|
|||||||
UpdateModel model = UpdateModel(
|
UpdateModel model = UpdateModel(
|
||||||
downloadUrl,
|
downloadUrl,
|
||||||
"solian-update-${widget.release.tagName}.apk",
|
"solian-update-${widget.release.tagName}.apk",
|
||||||
"ic_launcher",
|
"launcher_icon",
|
||||||
'https://apps.apple.com/us/app/solian/id6499032345',
|
'https://apps.apple.com/us/app/solian/id6499032345',
|
||||||
);
|
);
|
||||||
AzhonAppUpdate.update(model);
|
AzhonAppUpdate.update(model);
|
||||||
|
Reference in New Issue
Block a user