Skip to content

Commit

Permalink
Merge pull request #1344 from Tencent/dev
Browse files Browse the repository at this point in the history
looks like we still need v1.3.7 for CocoaPods
  • Loading branch information
lingol authored Jul 8, 2024
2 parents 5d01ff0 + 10d0b0a commit 1629575
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion flutter/mmkv/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
}

dependencies {
implementation('com.tencent:mmkv:1.3.6')
implementation('com.tencent:mmkv:1.3.7')

constraints {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0") {
Expand Down
2 changes: 1 addition & 1 deletion flutter/mmkv/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
path_provider: ^2.0.1
ffi: ^2.1.0
mmkv_ios:
^1.0.2
^1.0.3
# path: ../mmkv_ios
mmkv_android:
^1.0.3
Expand Down
3 changes: 3 additions & 0 deletions flutter/mmkv_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# MMKV Platform iOS Change Log
## v1.0.3 / 2024-07-08
Keep up with native lib v1.3.7.

## v1.0.2 / 2024-07-05
Keep up with native lib v1.3.6.

Expand Down
4 changes: 2 additions & 2 deletions flutter/mmkv_ios/ios/mmkv_ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'mmkv_ios'
s.version = '1.0.2'
s.version = '1.0.3'
s.summary = 'MMKV is a cross-platform key-value storage framework developed by WeChat.'
s.description = <<-DESC
The MMKV, for Flutter.
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'MMKV', '>= 1.3.6'
s.dependency 'MMKV', '>= 1.3.7'
s.platform = :ios, '12.0'

# Flutter.framework does not contain a i386 slice.
Expand Down
2 changes: 1 addition & 1 deletion flutter/mmkv_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: mmkv_ios
description: iOS platform implementation of MMKV.
repository: https://github.com/Tencent/MMKV/tree/master/flutter/mmkv_ios
version: 1.0.2
version: 1.0.3
homepage: https://github.com/Tencent/mmkv

environment:
Expand Down
4 changes: 2 additions & 2 deletions iOS/MMKV.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MMKV"
s.version = "1.3.6"
s.version = "1.3.7"
s.summary = "MMKV is a cross-platform key-value storage framework developed by WeChat."

s.description = <<-DESC
Expand Down Expand Up @@ -32,7 +32,7 @@ Pod::Spec.new do |s|
"CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF" => "NO",
}

s.dependency 'MMKVCore', '~> 1.3.6'
s.dependency 'MMKVCore', '~> 1.3.7'

end

4 changes: 2 additions & 2 deletions iOS/MMKVAppExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MMKVAppExtension"
s.version = "1.3.6"
s.version = "1.3.7"
s.summary = "MMKV is a cross-platform key-value storage framework developed by WeChat."
s.module_name = "MMKVAppExtension"

Expand Down Expand Up @@ -31,7 +31,7 @@ Pod::Spec.new do |s|
"GCC_PREPROCESSOR_DEFINITIONS" => "MMKV_IOS_EXTENSION",
}

s.dependency 'MMKVCore', '~> 1.3.6'
s.dependency 'MMKVCore', '~> 1.3.7'

end

2 changes: 1 addition & 1 deletion iOS/MMKVCore.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MMKVCore"
s.version = "1.3.6"
s.version = "1.3.7"
s.summary = "MMKVCore for MMKV. MMKV is a cross-platform key-value storage framework developed by WeChat."

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions iOS/MMKVWatchExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MMKVWatchExtension"
s.version = "1.3.6"
s.version = "1.3.7"
s.summary = "MMKV is a cross-platform key-value storage framework developed by WeChat."
s.module_name = "MMKVWatchExtension"

Expand Down Expand Up @@ -31,7 +31,7 @@ Pod::Spec.new do |s|
"GCC_PREPROCESSOR_DEFINITIONS" => "MMKV_IOS_EXTENSION",
}

s.dependency 'MMKVCore', '~> 1.3.6'
s.dependency 'MMKVCore', '~> 1.3.7'

end

0 comments on commit 1629575

Please sign in to comment.