updating build number

This commit is contained in:
2026-06-24 00:38:09 +02:00
parent 1866e60518
commit 5a5aab6956

View File

@@ -2,7 +2,7 @@ import 'package:flutter/foundation.dart';
import 'package:qpay/http/http.dart';
import 'package:qpay/browser.dart';
const appBuildNumber = 3;
const appBuildNumber = 4;
/// Describes the result of the build-number check performed during splash.
enum SplashCheckStatus { checking, noUpdate, updateAvailable }