Skip to content

Commit 3dde945

Browse files
committed
Update version to 3.0.1
1 parent c74345d commit 3dde945

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ in case of vulnerabilities.
2222

2323
## [Unreleased]
2424

25+
## [3.0.1] - 2019-08-16
26+
2527
### Added
26-
- Add gradle backward-compatibility for Android Support using Jetifier ([#96](https://github.com/proyecto26/react-native-inappbrowser/issues/96)).
27-
- Using **androidXVersion** from **rootProject.ext** for **AndroidX** with backward compatibility.
28+
- Add gradle backward-compatibility for Android Support with Jetifier ([#96](https://github.com/proyecto26/react-native-inappbrowser/pull/97)).
29+
- Added **androidXAnnotation** and **androidXBrowser** properties from **rootProject.ext** for **AndroidX** with backward compatibility using **supportLibVersion** property instead.
2830

2931
## [3.0.0] - 2019-07-27
3032
### Added

example/android/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ buildscript {
66
minSdkVersion = 16
77
compileSdkVersion = 28
88
targetSdkVersion = 28
9-
supportLibVersion = "28.0.0"
109
androidXVersion = "1.+" // Default AndroidX dependency
1110
androidXAnnotation = "1.1.0"
1211
androidXBrowser = "1.0.0"

package-lock.json

+6-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-inappbrowser-reborn",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "InAppBrowser for React Native",
55
"main": "index.js",
66
"readmeFilename": "README.md",
@@ -45,4 +45,4 @@
4545
"type": "opencollective",
4646
"url": "https://opencollective.com/proyecto26"
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)