Skip to content

Commit 84d1149

Browse files
author
ignaciosantise
authored
Merge pull request #475 from Psychedelic/0.2.1
0.2.1
2 parents 2b45bb4 + a9d18b5 commit 84d1149

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-5
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ android {
143143
applicationId "co.psychedelic.plug"
144144
minSdkVersion rootProject.ext.minSdkVersion
145145
targetSdkVersion rootProject.ext.targetSdkVersion
146-
versionCode 16
147-
versionName "0.2.0"
146+
versionCode 18
147+
versionName "0.2.1"
148148
resValue "string", "build_config_package", "co.psychedelic.plug"
149149
}
150150
splits {

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// import { name as appName } from './app.json';
22
import 'text-encoding-polyfill';
33
import './shim';
4+
import 'react-native-url-polyfill/auto';
45

56
import { AppRegistry, Text, TextInput } from 'react-native';
67

ios/Plug.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@
572572
"$(inherited)",
573573
"$(PROJECT_DIR)/rust/.cargo/mobile_app/target/universal/release",
574574
);
575-
MARKETING_VERSION = 0.2.0;
575+
MARKETING_VERSION = 0.2.1;
576576
OTHER_LDFLAGS = (
577577
"$(inherited)",
578578
"-ObjC",
@@ -614,7 +614,7 @@
614614
"$(inherited)",
615615
"$(PROJECT_DIR)/rust/.cargo/mobile_app/target/universal/release",
616616
);
617-
MARKETING_VERSION = 0.2.0;
617+
MARKETING_VERSION = 0.2.1;
618618
OTHER_LDFLAGS = (
619619
"$(inherited)",
620620
"-ObjC",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plug-mobile",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"scripts": {
66
"rename-build": "chmod +x ./rename-ic-agent.sh && ./rename-ic-agent.sh",
@@ -110,6 +110,7 @@
110110
"react-native-tab-view": "^3.1.1",
111111
"react-native-tcp-socket": "^5.6.2",
112112
"react-native-udp": "^4.1.5",
113+
"react-native-url-polyfill": "^1.3.0",
113114
"react-native-vector-icons": "^8.1.0",
114115
"react-native-video": "^5.2.0",
115116
"react-native-webview": "^11.21.2",

yarn.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8918,6 +8918,13 @@ react-native-udp@^4.1.5:
89188918
buffer "^5.6.0"
89198919
events "^3.1.0"
89208920

8921+
react-native-url-polyfill@^1.3.0:
8922+
version "1.3.0"
8923+
resolved "https://registry.yarnpkg.com/react-native-url-polyfill/-/react-native-url-polyfill-1.3.0.tgz#c1763de0f2a8c22cc3e959b654c8790622b6ef6a"
8924+
integrity sha512-w9JfSkvpqqlix9UjDvJjm1EjSt652zVQ6iwCIj1cVVkwXf4jQhQgTNXY6EVTwuAmUjg6BC6k9RHCBynoLFo3IQ==
8925+
dependencies:
8926+
whatwg-url-without-unicode "8.0.0-3"
8927+
89218928
react-native-vector-icons@^8.1.0:
89228929
version "8.1.0"
89238930
resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-8.1.0.tgz#e8ee2b17bc4d9f636da1c6f67feee8e2a850c3d8"
@@ -10738,6 +10745,15 @@ whatwg-mimetype@^2.3.0:
1073810745
resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf"
1073910746
integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
1074010747

10748+
10749+
version "8.0.0-3"
10750+
resolved "https://registry.yarnpkg.com/whatwg-url-without-unicode/-/whatwg-url-without-unicode-8.0.0-3.tgz#ab6df4bf6caaa6c85a59f6e82c026151d4bb376b"
10751+
integrity sha512-HoKuzZrUlgpz35YO27XgD28uh/WJH4B0+3ttFqRo//lmq+9T/mIOJ6kqmINI9HpUpz1imRC/nR/lxKpJiv0uig==
10752+
dependencies:
10753+
buffer "^5.4.3"
10754+
punycode "^2.1.1"
10755+
webidl-conversions "^5.0.0"
10756+
1074110757
whatwg-url@^5.0.0:
1074210758
version "5.0.0"
1074310759
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"

0 commit comments

Comments
 (0)