diff --git a/android/app/build.gradle b/android/app/build.gradle index a6a8c0f5..d98cfe27 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -27,7 +27,7 @@ apply plugin: 'com.google.gms.google-services' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 33 + compileSdkVersion 34 ndkVersion flutter.ndkVersion compileOptions { @@ -52,7 +52,7 @@ android { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "io.polkawallet.www.polka_wallet" minSdkVersion 23 - targetSdkVersion flutter.targetSdkVersion + targetSdkVersion 34 versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 10662be4..af91d31f 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -354,7 +354,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3681; + CURRENT_PROJECT_VERSION = 3692; DEVELOPMENT_TEAM = WQ5H736A22; ENABLE_BITCODE = NO; EXCLUDED_ARCHS = armv7; @@ -373,7 +373,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - MARKETING_VERSION = 3.6.8; + MARKETING_VERSION = 3.6.9; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -502,7 +502,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3681; + CURRENT_PROJECT_VERSION = 3692; DEVELOPMENT_TEAM = WQ5H736A22; ENABLE_BITCODE = NO; EXCLUDED_ARCHS = armv7; @@ -521,7 +521,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - MARKETING_VERSION = 3.6.8; + MARKETING_VERSION = 3.6.9; PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -543,7 +543,7 @@ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3681; + CURRENT_PROJECT_VERSION = 3692; DEVELOPMENT_TEAM = WQ5H736A22; ENABLE_BITCODE = NO; EXCLUDED_ARCHS = armv7; @@ -562,7 +562,7 @@ "$(inherited)", "$(PROJECT_DIR)/Flutter", ); - MARKETING_VERSION = 3.6.8; + MARKETING_VERSION = 3.6.9; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = io.polkawallet.polkawallet; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/pubspec.lock b/pubspec.lock index 04679647..ccf7bc15 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1019,8 +1019,8 @@ packages: dependency: "direct main" description: path: "." - ref: "9d8651921a3268bd1c5b40d55ab8e27eab90a6c3" - resolved-ref: "9d8651921a3268bd1c5b40d55ab8e27eab90a6c3" + ref: "7b4ed9da262d27fc624abf1e0dffa2c52e8354b2" + resolved-ref: "7b4ed9da262d27fc624abf1e0dffa2c52e8354b2" url: "https://github.com/AcalaNetwork/polkawallet_plugin_acala.git" source: git version: "0.5.6" @@ -1064,8 +1064,8 @@ packages: dependency: "direct main" description: path: "." - ref: "4d4400f5742cc8514392267c245d19c529a1ccba" - resolved-ref: "4d4400f5742cc8514392267c245d19c529a1ccba" + ref: "3f4397f8ad6709358500d9c874f5e0ce0304da1d" + resolved-ref: "3f4397f8ad6709358500d9c874f5e0ce0304da1d" url: "https://github.com/AcalaNetwork/polkawallet_plugin_karura.git" source: git version: "0.5.6" @@ -1073,8 +1073,8 @@ packages: dependency: "direct main" description: path: "." - ref: a247b48399cd28f57e52d589d85aa462d3af3cea - resolved-ref: a247b48399cd28f57e52d589d85aa462d3af3cea + ref: "1ef0a77d0304e8ff9f3518237214cfe130079187" + resolved-ref: "1ef0a77d0304e8ff9f3518237214cfe130079187" url: "https://github.com/polkawallet-io/polkawallet_plugin_kusama.git" source: git version: "0.5.2" @@ -1100,10 +1100,10 @@ packages: dependency: "direct main" description: name: polkawallet_sdk - sha256: "5f50767dd7d897b78779d9293b87c860484d18761a595745007c27ade94ee1a3" + sha256: "594f745189ec59b4434574752d806bc9d4291ed63da5301f7d7d51267a2179ae" url: "https://pub.dev" source: hosted - version: "0.6.1+1" + version: "0.6.2" polkawallet_ui: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index e9d6d2a6..6ecfa1f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 3.6.8+3681 +version: 3.6.9+3692 environment: sdk: ">=2.10.0 <3.0.0" @@ -51,15 +51,15 @@ dependencies: polkawallet_plugin_kusama: git: url: https://github.com/polkawallet-io/polkawallet_plugin_kusama.git - ref: a247b48399cd28f57e52d589d85aa462d3af3cea + ref: 1ef0a77d0304e8ff9f3518237214cfe130079187 polkawallet_plugin_acala: git: url: https://github.com/AcalaNetwork/polkawallet_plugin_acala.git - ref: 9d8651921a3268bd1c5b40d55ab8e27eab90a6c3 + ref: 7b4ed9da262d27fc624abf1e0dffa2c52e8354b2 polkawallet_plugin_karura: git: url: https://github.com/AcalaNetwork/polkawallet_plugin_karura.git - ref: 4d4400f5742cc8514392267c245d19c529a1ccba + ref: 3f4397f8ad6709358500d9c874f5e0ce0304da1d polkawallet_plugin_evm: git: url: https://github.com/polkawallet-io/polkawallet_plugin_evm.git @@ -112,7 +112,7 @@ dependency_overrides: # polkawallet_plugin_evm: # path: ../../coding/polkawallet/polkawallet_plugin_evm polkawallet_ui: ^0.5.6 - polkawallet_sdk: ^0.6.1+1 + polkawallet_sdk: ^0.6.2 # polkawallet_ui: # path: ../../coding/polkawallet/ui # polkawallet_sdk: