Skip to content

Commit a758e72

Browse files
authored
Merge pull request #43 from SnaiNeR/fix-dependency-build-error
add com.facebook.infer.annotation to dependecies, fix build error
2 parents 232a4dd + d6aa962 commit a758e72

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@ You can than restore the old bar style after the browser has been dismissed like
234234
* **React Native Safari View:** [A React Native wrapper for Safari View Controller](https://github.com/naoufal/react-native-safari-view)
235235

236236
## Collaborators 🥇
237-
[<img alt="jdnichollsc" src="https://avatars3.githubusercontent.com/u/2154886?v=3&s=117" width="117">](https://github.com/jdnichollsc) | [<img alt="EQuimper" src="https://avatars3.githubusercontent.com/u/15819498?v=4&s=117" width="117">](https://github.com/EQuimper) | [<img alt="bonesyblue" src="https://avatars3.githubusercontent.com/u/7486722?s=460&v=4&s=117" width="117">](https://github.com/bonesyblue) | [<img alt="mlazari" src="https://avatars3.githubusercontent.com/u/4928274?v=4&s=117" width="117">](https://github.com/mlazari) | [<img alt="maestor" src="https://avatars3.githubusercontent.com/u/3604902?v=4&s=117" width="117">](https://github.com/maestor) | [<img alt="plamworapot" src="https://avatars3.githubusercontent.com/u/4770354?v=4&s=117" width="117">](https://github.com/plamworapot) | [<img alt="adammcarth" src="https://avatars3.githubusercontent.com/u/3016455?v=4&s=117" width="117">](https://github.com/adammcarth)
238-
:---: | :---: |:---: | :---: | :---: | :---: | :---: |
239-
[Juan Nicholls](mailto:[email protected]) | [Emanuel Quimper](mailto:[email protected]) | [Jonathan Bones](mailto:[email protected]) | [Mihai Lazari](https://github.com/mlazari) | [Kalle Haavisto](mailto:[email protected]) | [Worapot Pengsuk](https://github.com/plamworapot) | [Adam McArthur](mailto:[email protected])
237+
[<img alt="jdnichollsc" src="https://avatars3.githubusercontent.com/u/2154886?v=3&s=117" width="117">](https://github.com/jdnichollsc) | [<img alt="EQuimper" src="https://avatars3.githubusercontent.com/u/15819498?v=4&s=117" width="117">](https://github.com/EQuimper) | [<img alt="bonesyblue" src="https://avatars3.githubusercontent.com/u/7486722?s=460&v=4&s=117" width="117">](https://github.com/bonesyblue) | [<img alt="mlazari" src="https://avatars3.githubusercontent.com/u/4928274?v=4&s=117" width="117">](https://github.com/mlazari) | [<img alt="maestor" src="https://avatars3.githubusercontent.com/u/3604902?v=4&s=117" width="117">](https://github.com/maestor) | [<img alt="plamworapot" src="https://avatars3.githubusercontent.com/u/4770354?v=4&s=117" width="117">](https://github.com/plamworapot) | [<img alt="adammcarth" src="https://avatars3.githubusercontent.com/u/3016455?v=4&s=117" width="117">](https://github.com/adammcarth) | [<img alt="SnaiNeR" src="https://avatars0.githubusercontent.com/u/39980963?v=4&s=117" width="117">](https://github.com/SnaiNeR)
238+
:---: | :---: |:---: | :---: | :---: | :---: | :---: | :---: |
239+
[Juan Nicholls](mailto:[email protected]) | [Emanuel Quimper](mailto:[email protected]) | [Jonathan Bones](mailto:[email protected]) | [Mihai Lazari](https://github.com/mlazari) | [Kalle Haavisto](mailto:[email protected]) | [Worapot Pengsuk](https://github.com/plamworapot) | [Adam McArthur](mailto:[email protected]) | [Artem Emelyanov](mailto:[email protected])
240240

241241
## Supporting 🍻
242242
I believe in Unicorns 🦄

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ repositories {
4141
dependencies {
4242
implementation fileTree(dir: 'libs', include: ['*.jar'])
4343
implementation 'com.facebook.react:react-native:+'
44+
implementation 'com.facebook.infer.annotation:infer-annotation:+'
4445
implementation "com.android.support:support-annotations:${safeExtGet('supportLibVersion', DEFAULT_SUPPORT_LIB_VERSION)}"
4546
implementation "com.android.support:customtabs:${safeExtGet('supportLibVersion', DEFAULT_SUPPORT_LIB_VERSION)}"
4647
implementation 'org.greenrobot:eventbus:3.+'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-inappbrowser-reborn",
3-
"version": "1.3.11",
3+
"version": "1.3.12",
44
"description": "InAppBrowser for React Native",
55
"main": "index.js",
66
"readmeFilename": "README.md",

0 commit comments

Comments
 (0)