Skip to content

Commit

Permalink
Merge pull request #546 from Tencent/dev
Browse files Browse the repository at this point in the history
prepare pod spec for v1.2.4
  • Loading branch information
lingol committed Oct 21, 2020
2 parents 8c11394 + 073d5eb commit 19432b5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Android/MMKV/mmkv/build.gradle
@@ -1,8 +1,8 @@
apply from: rootProject.file('gradle/build_library.gradle')

android {
defaultPublishConfig "StaticCppRelease"
// defaultPublishConfig "SharedCppRelease"
// defaultPublishConfig "StaticCppRelease"
defaultPublishConfig "SharedCppRelease"
defaultConfig {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
externalNativeBuild {
Expand Down
4 changes: 2 additions & 2 deletions MMKV.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

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

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

s.dependency 'MMKVCore', '~> 1.2.3'
s.dependency 'MMKVCore', '~> 1.2.4'

end

4 changes: 2 additions & 2 deletions MMKVAppExtension.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MMKVAppExtension"
s.version = "1.2.3"
s.version = "1.2.4"
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.2.3'
s.dependency 'MMKVCore', '~> 1.2.4'

end

2 changes: 1 addition & 1 deletion MMKVCore.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MMKVCore"
s.version = "1.2.3"
s.version = "1.2.4"
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 MMKVWatchExtension.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "MMKVWatchExtension"
s.version = "1.2.3"
s.version = "1.2.4"
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.2.3'
s.dependency 'MMKVCore', '~> 1.2.4'

end

0 comments on commit 19432b5

Please sign in to comment.