File tree Expand file tree Collapse file tree 5 files changed +23
-5
lines changed
Expand file tree Collapse file tree 5 files changed +23
-5
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 11// import { name as appName } from './app.json';
22import 'text-encoding-polyfill' ;
33import './shim' ;
4+ import 'react-native-url-polyfill/auto' ;
45
56import { AppRegistry , Text , TextInput } from 'react-native' ;
67
Original file line number Diff line number Diff line change 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",
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",
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff 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+
89218928react-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+
1074110757whatwg-url@^5.0.0 :
1074210758 version "5.0.0"
1074310759 resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
You can’t perform that action at this time.
0 commit comments