diff --git a/android/app/build.gradle b/android/app/build.gradle
index 690cd29316..909fba4f76 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -132,8 +132,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled true
- versionCode 16
- versionName "0.5.11"
+ versionCode 18
+ versionName "0.5.14"
}
splits {
abi {
diff --git a/app/views/LocationTracking.js b/app/views/LocationTracking.js
index 488b48589e..10dc48c43a 100644
--- a/app/views/LocationTracking.js
+++ b/app/views/LocationTracking.js
@@ -161,65 +161,65 @@ class LocationTracking extends Component {
{languages.t('label.private_kit')}
-
- {this.state.isLogging ? (
- <>
-
- this.setOptOut()}
- style={styles.stopLoggingButtonTouchable}>
-
- {languages.t('label.stop_logging')}
-
-
- this.overlap()}
- style={styles.startLoggingButtonTouchable}>
-
- {languages.t('label.overlap')}
-
-
- >
- ) : (
- <>
-
- this.willParticipate()}
- style={styles.startLoggingButtonTouchable}>
-
- {languages.t('label.start_logging')}
-
-
- >
- )}
+ {/* */}
+ {this.state.isLogging ? (
+ <>
+
+ this.setOptOut()}
+ style={styles.stopLoggingButtonTouchable}>
+
+ {languages.t('label.stop_logging')}
+
+
+ this.overlap()}
+ style={styles.startLoggingButtonTouchable}>
+
+ {languages.t('label.overlap')}
+
+
+ >
+ ) : (
+ <>
+
+ this.willParticipate()}
+ style={styles.startLoggingButtonTouchable}>
+
+ {languages.t('label.start_logging')}
+
+
+ >
+ )}
- {this.state.isLogging ? (
-
- {languages.t('label.logging_message')}
-
- ) : (
-
- {languages.t('label.not_logging_message')}
-
- )}
-
+ {this.state.isLogging ? (
+
+ {languages.t('label.logging_message')}
+
+ ) : (
+
+ {languages.t('label.not_logging_message')}
+
+ )}
+ {/* */}
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.5.11
+ 0.5.14
CFBundleSignature
????
CFBundleVersion
- 16
+ 18
LSRequiresIPhoneOS
NSAppTransportSecurity
diff --git a/ios/PrivateKitTests/Info.plist b/ios/PrivateKitTests/Info.plist
index 10efe771c5..39bf128d6e 100644
--- a/ios/PrivateKitTests/Info.plist
+++ b/ios/PrivateKitTests/Info.plist
@@ -15,10 +15,10 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 0.5.11
+ 0.5.14
CFBundleSignature
????
CFBundleVersion
- 16
+ 18
diff --git a/package-lock.json b/package-lock.json
index 4bb94c8959..586a24fb3a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "privatekit",
- "version": "0.5.11",
+ "version": "0.5.14",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 1b9ee40018..a8af2da271 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "privatekit",
- "version": "0.5.11",
+ "version": "0.5.14",
"private": true,
"scripts": {
"install:pod": "cd ios && pod install",