Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit d021eb4

Browse files
bump
1 parent 2eba9c0 commit d021eb4

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- [Firebase iOS SDK Changelog](https://firebase.google.com/support/release-notes/ios)
44
- [Firebase Android SDK Changelog](https://firebase.google.com/support/release-notes/android)
55

6-
## 10.0.0 (2019, Sep 16)
6+
## 10.0.0 (2019, Sep 17)
77
[Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/109?closed=1)
88

99
> Make sure to run a `pod repo update` on your dev machine, because this version includes the latest Firebase iOS (and Android) SDKs.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818
<img src="docs/images/firebase-logo.png" width="116px" height="32px" alt="Firebase"/><br/>
1919

20+
> Plugin version **10.0.0** works with NativeScript 5.2+, and 6.1+ is recommended. Using an older version? Stick to plugin version < 10.
21+
2022
## Features
2123
* [AdMob](docs/ADMOB.md)
2224
* [Analytics](docs/ANALYTICS.md)

src/mlkit/barcodescanning/index.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ export interface MLKitScanBarcodesOnDeviceOptions extends MLKitVisionOptions {
4949
*/
5050
reportDuplicates?: boolean;
5151

52-
/**
53-
* Support for scanning inverse barcodes.
54-
* Default false.
55-
*/
52+
/**
53+
* Support for scanning inverse barcodes.
54+
* Default false.
55+
*/
5656
supportInverseBarcodes?: boolean;
5757
}
5858

5959
export declare function scanBarcodesOnDevice(options: MLKitScanBarcodesOnDeviceOptions): Promise<MLKitScanBarcodesOnDeviceResult>;
6060

6161
export declare class MLKitBarcodeScanner extends MLKitCameraView {
62-
}
62+
}

0 commit comments

Comments
 (0)