Skip to content

Commit 6390f86

Browse files
committed
Versioning
1 parent a54298e commit 6390f86

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (flutterRoot == null) {
1313

1414
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
1515
if (flutterVersionCode == null) {
16-
flutterVersionCode = '366'
16+
flutterVersionCode = '367'
1717
}
1818

1919
def flutterVersionName = localProperties.getProperty('flutter.versionName')

ios/Runner.xcodeproj/project.pbxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
537537
CODE_SIGN_IDENTITY = "Apple Development";
538538
CODE_SIGN_STYLE = Automatic;
539-
CURRENT_PROJECT_VERSION = 366;
539+
CURRENT_PROJECT_VERSION = 367;
540540
DEVELOPMENT_ASSET_PATHS = "";
541541
DEVELOPMENT_TEAM = 53KVJRJS99;
542542
ENABLE_BITCODE = NO;
@@ -680,7 +680,7 @@
680680
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
681681
CODE_SIGN_IDENTITY = "Apple Development";
682682
CODE_SIGN_STYLE = Automatic;
683-
CURRENT_PROJECT_VERSION = 366;
683+
CURRENT_PROJECT_VERSION = 367;
684684
DEVELOPMENT_ASSET_PATHS = "";
685685
DEVELOPMENT_TEAM = 53KVJRJS99;
686686
ENABLE_BITCODE = NO;
@@ -718,7 +718,7 @@
718718
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
719719
CODE_SIGN_IDENTITY = "Apple Development";
720720
CODE_SIGN_STYLE = Automatic;
721-
CURRENT_PROJECT_VERSION = 366;
721+
CURRENT_PROJECT_VERSION = 367;
722722
DEVELOPMENT_ASSET_PATHS = "";
723723
DEVELOPMENT_TEAM = 53KVJRJS99;
724724
ENABLE_BITCODE = NO;

lib/main.dart

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ import 'package:torn_pda/utils/shared_prefs.dart';
5454
import 'package:workmanager/workmanager.dart';
5555

5656
// TODO: CONFIGURE FOR APP RELEASE, include exceptions in Drawer if applicable
57-
const String appVersion = '3.2.2';
58-
const String androidCompilation = '366';
59-
const String iosCompilation = '366';
57+
const String appVersion = '3.2.3';
58+
const String androidCompilation = '367';
59+
const String iosCompilation = '367';
6060

6161
final FirebaseAnalytics analytics = FirebaseAnalytics.instance;
6262

lib/utils/changelog.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ChangeLogState extends State<ChangeLog> {
3939
void _createItems() {
4040
final itemList = <ChangeLogItem>[];
4141

42-
// Build 365 - 06/12/2023
42+
// Build 367 - 16/12/2023
4343

4444
// VERSION 3.2.3
4545
final v3_2_3 = ChangeLogItem();

0 commit comments

Comments
 (0)