Skip to content

Commit

Permalink
https
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Jun 7, 2024
1 parent d3c6fcc commit d935965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def supportsNamespace() {
}

logger.warn("[react-native-mmkv] Thank you for using react-native-mmkv ❤️")
logger.warn("[react-native-mmkv] If you enjoy using react-native-mmkv, please consider sponsoring this project: http://github.com/sponsors/mrousavy")
logger.warn("[react-native-mmkv] If you enjoy using react-native-mmkv, please consider sponsoring this project: https://github.com/sponsors/mrousavy")

android {
if (supportsNamespace()) {
Expand Down
2 changes: 1 addition & 1 deletion package/react-native-mmkv.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package = JSON.parse(File.read(File.join(__dir__, "package.json")))
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'

Pod::UI.puts "[react-native-mmkv] Thank you for using react-native-mmkv ❤️"
Pod::UI.puts "[react-native-mmkv] If you enjoy using react-native-mmkv, please consider sponsoring this project: http://github.com/sponsors/mrousavy"
Pod::UI.puts "[react-native-mmkv] If you enjoy using react-native-mmkv, please consider sponsoring this project: https://github.com/sponsors/mrousavy"

Pod::Spec.new do |s|
s.name = "react-native-mmkv"
Expand Down

0 comments on commit d935965

Please sign in to comment.