Skip to content

Commit

Permalink
Beta versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuito83 committed May 26, 2024
1 parent bfc993a commit 15dedb7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (localPropertiesFile.exists()) {

def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
flutterVersionCode = '424'
flutterVersionCode = '425'
}

def flutterVersionName = localProperties.getProperty('flutter.versionName')
Expand Down
6 changes: 3 additions & 3 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 424;
CURRENT_PROJECT_VERSION = 425;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = 53KVJRJS99;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -671,7 +671,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 424;
CURRENT_PROJECT_VERSION = 425;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = 53KVJRJS99;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -709,7 +709,7 @@
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 424;
CURRENT_PROJECT_VERSION = 425;
DEVELOPMENT_ASSET_PATHS = "";
DEVELOPMENT_TEAM = 53KVJRJS99;
ENABLE_BITCODE = NO;
Expand Down
4 changes: 2 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ import 'package:workmanager/workmanager.dart';

// TODO (App release)
const String appVersion = '3.4.2';
const String androidCompilation = '424';
const String iosCompilation = '424';
const String androidCompilation = '425';
const String iosCompilation = '425';

// TODO (App release)
const bool pointFunctionsEmulatorToLocal = false;
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/changelog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ChangeLogState extends State<ChangeLog> {
void _createItems() {
final itemList = <ChangeLogItem>[];

// v3.4.2 - Build 424 - 25/05/2024
// v3.4.2 - Build 425 - 26/05/2024
itemList.add(
ChangeLogItem()
..version = 'Torn PDA v3.4.2'
Expand Down

0 comments on commit 15dedb7

Please sign in to comment.