Skip to content

Commit

Permalink
Merge branch 'master' into UIView
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy authored Dec 10, 2019
2 parents ceb61f6 + b22a342 commit c513089
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
=======
## [0.9.7] - 2019-12-06
## [0.9.7] - 2019-12-10
### Updated
- :arrow_up: react-native-webview@5→7
- :arrow_up: :apple: libRNLocalize
## [0.9.5][0.9.6] - 2019-12-10
## Updated
- :rocket: :robot: Google Play API @v3.0
- :rocket: :robot: Google Play Mobile Vision @19.0.0
- :rocket: Other Bitrise steps

## [0.9.4] - 2019-11-26
### Changed
Expand Down Expand Up @@ -37,7 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.8.7] - 2019-11-08
### Upgraded
- :rocket: :apple: BitRise Deploy to iTunes Connect - Application [email protected]
- :rocket: :apple: Bitrise Deploy to iTunes Connect - Application [email protected]

## [0.8.6] - 2019-11-08
### Upgraded
Expand Down
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ dependencies {
configurations.all {
resolutionStrategy {
dependencySubstitution {
substitute module('com.google.android.gms:play-services-vision') with module('com.google.android.gms:play-services-vision:17.0.2')
substitute module('com.google.android.gms:play-services-vision') with module('com.google.android.gms:play-services-vision:19.0.0')
substitute module('com.google.firebase:firebase-messaging') with module('com.google.firebase:firebase-messaging:19.0.0')
}
}
Expand Down

0 comments on commit c513089

Please sign in to comment.