Skip to content

Commit c05eccd

Browse files
ahmedAlaaInstabugHeshamMegid
authored andcommitted
fix: dream11 manifest issue (#1105)
* fix_manifest_d11_issue
1 parent 1226361 commit c05eccd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/dream-11-delete-unused-features.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@ sed -i "s/\#import <Instabug\/IBGSurveys.h>//g" ios/RNInstabug/InstabugReactBri
4040
# remove all locales except English locale
4141
sed -i -E '/english/!s/.*constants.locale.*//g' src/utils/Enums.ts
4242
npx eslint src/index.ts --fix src/utils/Enums.ts
43+
44+
sed -i "s/return (major == 7 && minor >= 3) || major >= 8/return false/g" android/build.gradle
45+
46+
sed -i "s/static boolean supportsNamespace() {/static boolean supportsNamespace() { \n return false/g" android/build.gradle
47+
48+

0 commit comments

Comments
 (0)