File tree Expand file tree Collapse file tree 3 files changed +8
-21
lines changed
Expand file tree Collapse file tree 3 files changed +8
-21
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ android {
8181 applicationId " com.tejasgajjar.pigo"
8282 minSdkVersion rootProject. ext. minSdkVersion
8383 targetSdkVersion rootProject. ext. targetSdkVersion
84- versionCode 8
85- versionName " 1.3.0 "
84+ versionCode 10
85+ versionName " 1.3.1 "
8686 }
8787 signingConfigs {
8888 debug {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<network-security-config >
3- <domain-config cleartextTrafficPermitted =" true" >
4- <!-- Localhost and loopback configurations -->
5- <domain includeSubdomains =" true" >127.0.0.1</domain >
6- <domain includeSubdomains =" true" >10.0.0.1</domain >
7- <domain includeSubdomains =" true" >localhost</domain >
8- <!-- Allow LAN IPs in the 192.168.1.* range -->
9- <domain includeSubdomains =" true" >192.168.1.0</domain >
10- </domain-config >
11- </network-security-config >
3+ <base-config cleartextTrafficPermitted =" true" />
4+ </network-security-config >
Original file line number Diff line number Diff line change 599599 "$(inherited)",
600600 "@executable_path/Frameworks",
601601 );
602- MARKETING_VERSION = 1.3.0 ;
602+ MARKETING_VERSION = 1.3.1 ;
603603 OTHER_LDFLAGS = (
604604 "$(inherited)",
605605 "-ObjC",
631631 "$(inherited)",
632632 "@executable_path/Frameworks",
633633 );
634- MARKETING_VERSION = 1.3.0 ;
634+ MARKETING_VERSION = 1.3.1 ;
635635 OTHER_LDFLAGS = (
636636 "$(inherited)",
637637 "-ObjC",
731731 "-DFOLLY_CFG_NO_COROUTINES=1",
732732 "-DFOLLY_HAVE_CLOCK_GETTIME=1",
733733 );
734- OTHER_LDFLAGS = (
735- "$(inherited)",
736- " ",
737- );
734+ OTHER_LDFLAGS = "$(inherited) ";
738735 REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
739736 SDKROOT = iphoneos;
740737 USE_HERMES = true;
817814 "-DFOLLY_CFG_NO_COROUTINES=1",
818815 "-DFOLLY_HAVE_CLOCK_GETTIME=1",
819816 );
820- OTHER_LDFLAGS = (
821- "$(inherited)",
822- " ",
823- );
817+ OTHER_LDFLAGS = "$(inherited) ";
824818 REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
825819 SDKROOT = iphoneos;
826820 USE_HERMES = true;
You can’t perform that action at this time.
0 commit comments