Skip to content

Commit 3afb842

Browse files
committed
version update 1.0.2
1 parent 8bb0abe commit 3afb842

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ protected void onResume() {
6767

6868
### That's it. Configuration done. No need to add anything in your application js file.
6969

70+
71+
## How to test in-app-update?
72+
Please find testing instruction [here](https://developer.android.com/guide/playcore/in-app-updates/test#:~:text=Use%20internal%20app%20sharing%20to,to%20share%20your%20app%20internally)
73+
7074
## License
7175

7276
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-rn-in-app-update",
3-
"version": "1.0.2-beta",
3+
"version": "1.0.2",
44
"description": "Google in app update plugin for react-native (Android only)",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -45,26 +45,26 @@
4545
"registry": "https://registry.npmjs.org/"
4646
},
4747
"devDependencies": {
48-
"@arkweid/lefthook": "^0.7.7",
49-
"@babel/eslint-parser": "^7.18.2",
50-
"@commitlint/config-conventional": "^17.0.2",
51-
"@react-native-community/eslint-config": "^3.0.2",
52-
"@release-it/conventional-changelog": "^5.0.0",
53-
"@types/jest": "^28.1.2",
54-
"@types/react": "~17.0.21",
48+
"@arkweid/lefthook": "0.7.7",
49+
"@babel/eslint-parser": "7.18.2",
50+
"@commitlint/config-conventional": "17.0.2",
51+
"@react-native-community/eslint-config": "3.0.2",
52+
"@release-it/conventional-changelog": "5.0.0",
53+
"@types/jest": "28.1.2",
54+
"@types/react": "17.0.21",
5555
"@types/react-native": "0.68.0",
56-
"commitlint": "^17.0.2",
57-
"eslint": "^8.4.1",
58-
"eslint-config-prettier": "^8.5.0",
59-
"eslint-plugin-prettier": "^4.0.0",
60-
"jest": "^28.1.1",
61-
"pod-install": "^0.1.0",
62-
"prettier": "^2.0.5",
56+
"commitlint": "17.0.2",
57+
"eslint": "8.4.1",
58+
"eslint-config-prettier": "8.5.0",
59+
"eslint-plugin-prettier": "4.0.0",
60+
"jest": "28.1.1",
61+
"pod-install": "0.1.0",
62+
"prettier": "2.0.5",
6363
"react": "17.0.2",
6464
"react-native": "0.68.2",
65-
"react-native-builder-bob": "^0.18.3",
66-
"release-it": "^15.0.0",
67-
"typescript": "^4.5.2"
65+
"react-native-builder-bob": "0.18.3",
66+
"release-it": "15.0.0",
67+
"typescript": "4.5.2"
6868
},
6969
"resolutions": {
7070
"@types/react": "17.0.21"

0 commit comments

Comments
 (0)