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.0.1 /SwiftChat.apk )
11- - [ Download for macOS] ( https://github.com/aws-samples/swift-chat/releases/download/2.0.1 /SwiftChat.dmg )
10+ - [ Download for Android] ( https://github.com/aws-samples/swift-chat/releases/download/2.0.0 /SwiftChat.apk )
11+ - [ Download for macOS] ( https://github.com/aws-samples/swift-chat/releases/download/2.0.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.0.1 /SwiftChat.apk )
11- - [ 下载 macOS 版本] ( https://github.com/aws-samples/swift-chat/releases/download/2.0.1 /SwiftChat.dmg )
10+ - [ 下载 Android 版本] ( https://github.com/aws-samples/swift-chat/releases/download/2.0.0 /SwiftChat.apk )
11+ - [ 下载 macOS 版本] ( https://github.com/aws-samples/swift-chat/releases/download/2.0.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 39
83- versionName " 2.0.1 "
82+ versionCode 40
83+ versionName " 2.0.0 "
8484 ndk {
8585 // noinspection ChromeOsAbiSupport
8686 abiFilters ' arm64-v8a'
Original file line number Diff line number Diff line change 491491 CODE_SIGN_ENTITLEMENTS = SwiftChat/SwiftChat.entitlements;
492492 CODE_SIGN_IDENTITY = "Apple Development";
493493 CODE_SIGN_STYLE = Automatic;
494- CURRENT_PROJECT_VERSION = 39 ;
494+ CURRENT_PROJECT_VERSION = 40 ;
495495 DEVELOPMENT_TEAM = BUA6W9H7T3;
496496 ENABLE_BITCODE = NO;
497497 "ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
503503 "$(inherited)",
504504 "@executable_path/Frameworks",
505505 );
506- MARKETING_VERSION = 2.0.1 ;
506+ MARKETING_VERSION = 2.0.0 ;
507507 OTHER_LDFLAGS = (
508508 "$(inherited)",
509509 "-ObjC",
532532 CODE_SIGN_ENTITLEMENTS = SwiftChat/SwiftChat.entitlements;
533533 CODE_SIGN_IDENTITY = "Apple Development";
534534 CODE_SIGN_STYLE = Automatic;
535- CURRENT_PROJECT_VERSION = 39 ;
535+ CURRENT_PROJECT_VERSION = 40 ;
536536 DEVELOPMENT_TEAM = BUA6W9H7T3;
537537 "ENABLE_HARDENED_RUNTIME[sdk=macosx*]" = YES;
538538 INFOPLIST_FILE = SwiftChat/Info.plist;
543543 "$(inherited)",
544544 "@executable_path/Frameworks",
545545 );
546- MARKETING_VERSION = 2.0.1 ;
546+ MARKETING_VERSION = 2.0.0 ;
547547 OTHER_LDFLAGS = (
548548 "$(inherited)",
549549 "-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.0.1 " ,
4+ "version" : " 2.0.0 " ,
55 "private" : true ,
66 "scripts" : {
77 "android" : " react-native run-android" ,
You can’t perform that action at this time.
0 commit comments