File tree Expand file tree Collapse file tree 6 files changed +333
-350
lines changed Expand file tree Collapse file tree 6 files changed +333
-350
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if (localPropertiesFile.exists()) {
16
16
17
17
def flutterVersionCode = localProperties. getProperty(' flutter.versionCode' )
18
18
if (flutterVersionCode == null ) {
19
- flutterVersionCode = ' 468 '
19
+ flutterVersionCode = ' 470 '
20
20
}
21
21
22
22
def flutterVersionName = localProperties. getProperty(' flutter.versionName' )
Original file line number Diff line number Diff line change 549
549
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
550
550
CODE_SIGN_IDENTITY = "Apple Development";
551
551
CODE_SIGN_STYLE = Automatic;
552
- CURRENT_PROJECT_VERSION = 468 ;
552
+ CURRENT_PROJECT_VERSION = 470 ;
553
553
DEVELOPMENT_ASSET_PATHS = "";
554
554
DEVELOPMENT_TEAM = 53KVJRJS99;
555
555
ENABLE_BITCODE = NO;
698
698
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
699
699
CODE_SIGN_IDENTITY = "Apple Development";
700
700
CODE_SIGN_STYLE = Automatic;
701
- CURRENT_PROJECT_VERSION = 468 ;
701
+ CURRENT_PROJECT_VERSION = 470 ;
702
702
DEVELOPMENT_ASSET_PATHS = "";
703
703
DEVELOPMENT_TEAM = 53KVJRJS99;
704
704
ENABLE_BITCODE = NO;
739
739
CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
740
740
CODE_SIGN_IDENTITY = "Apple Development";
741
741
CODE_SIGN_STYLE = Automatic;
742
- CURRENT_PROJECT_VERSION = 468 ;
742
+ CURRENT_PROJECT_VERSION = 470 ;
743
743
DEVELOPMENT_ASSET_PATHS = "";
744
744
DEVELOPMENT_TEAM = 53KVJRJS99;
745
745
ENABLE_BITCODE = NO;
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ import 'package:workmanager/workmanager.dart';
69
69
70
70
// TODO (App release)
71
71
const String appVersion = '3.6.3' ;
72
- const String androidCompilation = '468 ' ;
73
- const String iosCompilation = '468 ' ;
72
+ const String androidCompilation = '470 ' ;
73
+ const String iosCompilation = '470 ' ;
74
74
75
75
// TODO (App release)
76
76
// Note: if using Windows and calling HTTP functions, we need to change the URL in [firebase_functions.dart]
Original file line number Diff line number Diff line change @@ -51,12 +51,13 @@ class ChangeLogState extends State<ChangeLog> {
51
51
void _createItems () {
52
52
final itemList = < ChangeLogItem > [];
53
53
54
- // v3.6.3 - Build 468 - 11 /12/2024
54
+ // v3.6.3 - Build 470 - 12 /12/2024
55
55
itemList.add (
56
56
ChangeLogItem ()
57
57
..version = 'Torn PDA v3.6.3'
58
- ..date = '20 DEC 2024'
58
+ ..date = '25 DEC 2024'
59
59
..features = [
60
+ "Fixed player profile widget" ,
60
61
"Fixed chat notifications in split screen" ,
61
62
],
62
63
);
You can’t perform that action at this time.
0 commit comments