diff --git a/android/app/build.gradle b/android/app/build.gradle
index 68ff8a4..b2c622f 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -81,8 +81,8 @@ android {
applicationId "com.tejasgajjar.ohmc"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
- versionCode 12
- versionName "2.1.0"
+ versionCode 14
+ versionName "2.1.1"
}
signingConfigs {
debug {
diff --git a/android/app/src/main/res/xml/network_security_config.xml b/android/app/src/main/res/xml/network_security_config.xml
index d4f87f1..dca93c0 100644
--- a/android/app/src/main/res/xml/network_security_config.xml
+++ b/android/app/src/main/res/xml/network_security_config.xml
@@ -1,11 +1,4 @@
-
-
- 127.0.0.1
- 10.0.0.1
- localhost
-
- 192.168.1.0
-
-
+
+
\ No newline at end of file
diff --git a/ios/OpenHardwareMonClient.xcodeproj/project.pbxproj b/ios/OpenHardwareMonClient.xcodeproj/project.pbxproj
index 23ec9df..5afaeba 100644
--- a/ios/OpenHardwareMonClient.xcodeproj/project.pbxproj
+++ b/ios/OpenHardwareMonClient.xcodeproj/project.pbxproj
@@ -599,7 +599,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 2.1.0;
+ MARKETING_VERSION = 2.1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -631,7 +631,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 2.1.0;
+ MARKETING_VERSION = 2.1.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@@ -731,10 +731,7 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
- OTHER_LDFLAGS = (
- "$(inherited)",
- " ",
- );
+ OTHER_LDFLAGS = "$(inherited) ";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
@@ -817,10 +814,7 @@
"-DFOLLY_CFG_NO_COROUTINES=1",
"-DFOLLY_HAVE_CLOCK_GETTIME=1",
);
- OTHER_LDFLAGS = (
- "$(inherited)",
- " ",
- );
+ OTHER_LDFLAGS = "$(inherited) ";
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;