diff --git a/android/.project b/android/.project
index 21d55be8a..9d688ce07 100644
--- a/android/.project
+++ b/android/.project
@@ -16,12 +16,12 @@
- 1612291976720
+ 1674454956731
30
org.eclipse.core.resources.regexFilterMatcher
- node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__
+ node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__
diff --git a/android/app/build.gradle b/android/app/build.gradle
index cd02ec440..63c923561 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -151,7 +151,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode versionMajor * 10000 + versionMinor * 100 + versionPatch
- versionName "3.0.36"
+ versionName "3.0.37"
resValue "string", "build_config_package", "app.esteem.mobile.android"
multiDexEnabled true
// react-native-image-crop-picker
diff --git a/ios/Ecency.xcodeproj/project.pbxproj b/ios/Ecency.xcodeproj/project.pbxproj
index aa7c76f64..fe73275d6 100644
--- a/ios/Ecency.xcodeproj/project.pbxproj
+++ b/ios/Ecency.xcodeproj/project.pbxproj
@@ -1130,7 +1130,7 @@
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
- CURRENT_PROJECT_VERSION = 2815;
+ CURRENT_PROJECT_VERSION = 2816;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 75B6RXTKGT;
EXCLUDED_ARCHS = "";
@@ -1212,7 +1212,7 @@
CODE_SIGN_ENTITLEMENTS = Ecency/Ecency.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
- CURRENT_PROJECT_VERSION = 2815;
+ CURRENT_PROJECT_VERSION = 2816;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 75B6RXTKGT;
EXCLUDED_ARCHS = "";
diff --git a/ios/Ecency/Info.plist b/ios/Ecency/Info.plist
index b6b526a4b..d486caa46 100644
--- a/ios/Ecency/Info.plist
+++ b/ios/Ecency/Info.plist
@@ -17,7 +17,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 3.0.36
+ 3.0.37
CFBundleSignature
????
CFBundleURLTypes
@@ -40,6 +40,21 @@
$(CURRENT_PROJECT_VERSION)
ITSAppUsesNonExemptEncryption
+ LSApplicationQueriesSchemes
+
+ message
+ readdle-spark
+ airmail
+ ms-outlook
+ googlegmail
+ inbox-gmail
+ ymail
+ superhuman
+ yandexmail
+ fastmail
+ protonmail
+ szn-email
+
LSRequiresIPhoneOS
NSAppTransportSecurity
@@ -116,21 +131,6 @@
UIInterfaceOrientationPortrait
- LSApplicationQueriesSchemes
-
- message
- readdle-spark
- airmail
- ms-outlook
- googlegmail
- inbox-gmail
- ymail
- superhuman
- yandexmail
- fastmail
- protonmail
- szn-email
-
UIViewControllerBasedStatusBarAppearance
bugsnag
diff --git a/ios/EcencyTests/Info.plist b/ios/EcencyTests/Info.plist
index f3b1d3ad3..7525f66fd 100644
--- a/ios/EcencyTests/Info.plist
+++ b/ios/EcencyTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 3.0.36
+ 3.0.37
CFBundleSignature
????
CFBundleVersion
- 2815
+ 2816
diff --git a/ios/eshare/Info.plist b/ios/eshare/Info.plist
index 8befe11fd..2580258fe 100644
--- a/ios/eshare/Info.plist
+++ b/ios/eshare/Info.plist
@@ -17,9 +17,9 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 3.0.36
+ 3.0.37
CFBundleVersion
- 2815
+ 2816
NSExtension
NSExtensionAttributes
diff --git a/package.json b/package.json
index d6e7441cb..7af0cddae 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ecency",
- "version": "3.0.36",
+ "version": "3.0.37",
"displayName": "Ecency",
"private": true,
"rnpm": {