minor fixes

This commit is contained in:
Prince
2026-06-21 20:18:12 +02:00
parent 7de44de068
commit 101486cb1e

View File

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