File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 77
88## 📱 Quick Download
99
10- - [ Download for Android] ( https://github.com/aws-samples/swift-chat/releases/download/2.3 .0/SwiftChat.apk )
11- - [ Download for macOS] ( https://github.com/aws-samples/swift-chat/releases/download/2.3 .0/SwiftChat.dmg )
10+ - [ Download for Android] ( https://github.com/aws-samples/swift-chat/releases/download/2.4 .0/SwiftChat.apk )
11+ - [ Download for macOS] ( https://github.com/aws-samples/swift-chat/releases/download/2.4 .0/SwiftChat.dmg )
1212- For iOS: Currently available through local build with Xcode
1313
1414[ 中文] ( /README_CN.md )
Original file line number Diff line number Diff line change 77
88## 📱 快速下载
99
10- - [ 下载 Android 版本] ( https://github.com/aws-samples/swift-chat/releases/download/2.3 .0/SwiftChat.apk )
11- - [ 下载 macOS 版本] ( https://github.com/aws-samples/swift-chat/releases/download/2.3 .0/SwiftChat.dmg )
10+ - [ 下载 Android 版本] ( https://github.com/aws-samples/swift-chat/releases/download/2.4 .0/SwiftChat.apk )
11+ - [ 下载 macOS 版本] ( https://github.com/aws-samples/swift-chat/releases/download/2.4 .0/SwiftChat.dmg )
1212- iOS 版本:目前可通过 Xcode 本地构建使用
1313
1414[ English] ( /README.md )
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ android {
7979 applicationId " com.aws.swiftchat"
8080 minSdkVersion rootProject. ext. minSdkVersion
8181 targetSdkVersion rootProject. ext. targetSdkVersion
82- versionCode 54
83- versionName " 2.3 .0"
82+ versionCode 58
83+ versionName " 2.4 .0"
8484 ndk {
8585 // noinspection ChromeOsAbiSupport
8686 abiFilters ' arm64-v8a'
Original file line number Diff line number Diff line change 544544 CODE_SIGN_ENTITLEMENTS = SwiftChat/SwiftChat.entitlements;
545545 CODE_SIGN_IDENTITY = "Apple Development";
546546 CODE_SIGN_STYLE = Automatic;
547- CURRENT_PROJECT_VERSION = 54 ;
547+ CURRENT_PROJECT_VERSION = 58 ;
548548 DEVELOPMENT_TEAM = BUA6W9H7T3;
549549 ENABLE_BITCODE = NO;
550550 "ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
556556 "$(inherited)",
557557 "@executable_path/Frameworks",
558558 );
559- MARKETING_VERSION = 2.3 .0;
559+ MARKETING_VERSION = 2.4 .0;
560560 OTHER_LDFLAGS = (
561561 "$(inherited)",
562562 "-ObjC",
585585 CODE_SIGN_ENTITLEMENTS = SwiftChat/SwiftChat.entitlements;
586586 CODE_SIGN_IDENTITY = "Apple Development";
587587 CODE_SIGN_STYLE = Automatic;
588- CURRENT_PROJECT_VERSION = 54 ;
588+ CURRENT_PROJECT_VERSION = 58 ;
589589 DEVELOPMENT_TEAM = BUA6W9H7T3;
590590 "ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
591591 INFOPLIST_FILE = SwiftChat/Info.plist;
596596 "$(inherited)",
597597 "@executable_path/Frameworks",
598598 );
599- MARKETING_VERSION = 2.3 .0;
599+ MARKETING_VERSION = 2.4 .0;
600600 OTHER_LDFLAGS = (
601601 "$(inherited)",
602602 "-ObjC",
Original file line number Diff line number Diff line change 11{
22 "name" : " swift-chat" ,
33 "description" : " Sample Bedrock Cross-platform App - SwiftChat" ,
4- "version" : " 2.3 .0" ,
4+ "version" : " 2.4 .0" ,
55 "private" : true ,
66 "scripts" : {
77 "android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments