File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -65,4 +65,7 @@ buck-out/
6565
6666# react-native-update
6767.update
68- .pushy
68+ .pushy
69+ # react-native-update
70+ .cresc.token
71+ .cresc.temp
Original file line number Diff line number Diff line change 1010 "test:e2e" : " detox test --configuration android.emu.debug" ,
1111 "lint" : " eslint ." ,
1212 "postinstall" : " patch-package" ,
13- "apk" : " cd android && ./gradlew assembleRelease"
13+ "apk" : " cd android && ./gradlew assembleRelease" ,
14+ "aab" : " cd android && ./gradlew bundleRelease"
1415 },
1516 "dependencies" : {
1617 "form-data" : " ^4.0.5" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export function reactNativeUpdatePlugin() {
2323 }
2424
2525 const metaContent = {
26- pushy_build_time : Date . now ( ) ,
26+ pushy_build_time : String ( Date . now ( ) ) ,
2727 versionName,
2828 } ;
2929
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-update" ,
3- "version" : " 10.37.3 " ,
3+ "version" : " 10.37.4 " ,
44 "description" : " react-native hot update" ,
55 "main" : " src/index" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments