From 77c323da1a15277291f2d9049f388f3888a80c31 Mon Sep 17 00:00:00 2001 From: Ahmed alaa Date: Wed, 5 Mar 2025 01:07:23 +0200 Subject: [PATCH] release(dream11): 14.0.3 --- scripts/dream-11-delete-unused-features.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dream-11-delete-unused-features.sh b/scripts/dream-11-delete-unused-features.sh index fa10a9181e..5f1ca278da 100644 --- a/scripts/dream-11-delete-unused-features.sh +++ b/scripts/dream-11-delete-unused-features.sh @@ -59,4 +59,4 @@ node scripts/replace.js "return (major == 7 && minor >= 3) || major >= 8" "retur node scripts/replace.js "static boolean supportsNamespace() {" "$(printf "static boolean supportsNamespace() {\n return false")" android/build.gradle # Add Dream11 custom iOS build podspec to Podfile -node scripts/replace.js "target 'InstabugExample' do" "$(printf "target 'InstabugExample' do\n pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/dream11/Instabug.podspec'")" examples/default/ios/Podfile +node scripts/replace.js "target 'InstabugExample' do" "$(printf "target 'InstabugExample' do\n pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/dream11/14.0.0/Instabug.podspec'")" examples/default/ios/Podfile