Commit 6390f86 1 parent a54298e commit 6390f86 Copy full SHA for 6390f86
File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if (flutterRoot == null) {
13
13
14
14
def flutterVersionCode = localProperties. getProperty(' flutter.versionCode' )
15
15
if (flutterVersionCode == null ) {
16
- flutterVersionCode = ' 366 '
16
+ flutterVersionCode = ' 367 '
17
17
}
18
18
19
19
def flutterVersionName = localProperties. getProperty(' flutter.versionName' )
Original file line number Diff line number Diff line change 536
536
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
537
537
CODE_SIGN_IDENTITY = "Apple Development";
538
538
CODE_SIGN_STYLE = Automatic;
539
- CURRENT_PROJECT_VERSION = 366 ;
539
+ CURRENT_PROJECT_VERSION = 367 ;
540
540
DEVELOPMENT_ASSET_PATHS = "";
541
541
DEVELOPMENT_TEAM = 53KVJRJS99;
542
542
ENABLE_BITCODE = NO;
680
680
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
681
681
CODE_SIGN_IDENTITY = "Apple Development";
682
682
CODE_SIGN_STYLE = Automatic;
683
- CURRENT_PROJECT_VERSION = 366 ;
683
+ CURRENT_PROJECT_VERSION = 367 ;
684
684
DEVELOPMENT_ASSET_PATHS = "";
685
685
DEVELOPMENT_TEAM = 53KVJRJS99;
686
686
ENABLE_BITCODE = NO;
718
718
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
719
719
CODE_SIGN_IDENTITY = "Apple Development";
720
720
CODE_SIGN_STYLE = Automatic;
721
- CURRENT_PROJECT_VERSION = 366 ;
721
+ CURRENT_PROJECT_VERSION = 367 ;
722
722
DEVELOPMENT_ASSET_PATHS = "";
723
723
DEVELOPMENT_TEAM = 53KVJRJS99;
724
724
ENABLE_BITCODE = NO;
Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ import 'package:torn_pda/utils/shared_prefs.dart';
54
54
import 'package:workmanager/workmanager.dart' ;
55
55
56
56
// 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 ' ;
60
60
61
61
final FirebaseAnalytics analytics = FirebaseAnalytics .instance;
62
62
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class ChangeLogState extends State<ChangeLog> {
39
39
void _createItems () {
40
40
final itemList = < ChangeLogItem > [];
41
41
42
- // Build 365 - 06 /12/2023
42
+ // Build 367 - 16 /12/2023
43
43
44
44
// VERSION 3.2.3
45
45
final v3_2_3 = ChangeLogItem ();
You can’t perform that action at this time.
0 commit comments