Skip to content

Commit 130d537

Browse files
authored
feat: release v1.3.1 (#95)
* feat: release v1.3.1 * fix: network security issue
1 parent 2f546a5 commit 130d537

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {
Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
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>

ios/PiGo.xcodeproj/project.pbxproj

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
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",
@@ -631,7 +631,7 @@
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",
@@ -731,10 +731,7 @@
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;
@@ -817,10 +814,7 @@
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;

0 commit comments

Comments
 (0)