update build number

This commit is contained in:
2026-06-29 16:03:59 +02:00
parent 1db6641f2c
commit eed7415ef3

View File

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