diff --git a/lib/widgets/updater.dart b/lib/widgets/updater.dart index 13760ae..328b7ed 100644 --- a/lib/widgets/updater.dart +++ b/lib/widgets/updater.dart @@ -25,7 +25,7 @@ class VersionUpdatePopup extends StatelessWidget { if (Platform.isAndroid) { final model = UpdateModel( - 'https://files.solsynth.dev/d/production01/solian/app-arm64-v8a-release.apk', + 'https://files.solsynth.dev/d/c1/solian/app-arm64-v8a-release.apk', 'solian-app-release-${config.updatableVersion!}.apk', 'ic_launcher', 'https://apps.apple.com/us/app/solian/id6499032345', diff --git a/pubspec.yaml b/pubspec.yaml index 5406a02..3d7f53c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 2.4.2+88 +version: 2.4.2+89 environment: sdk: ^3.5.4