Flipper Release: v0.10.0

Summary: Featuring the new notification API. 🛎🎉

Reviewed By: jknoxville

Differential Revision: D10466460

fbshipit-source-id: 11a5bf9b83844bc623acd2dd9d7504dea2b61018
This commit is contained in:
Pascal Hartig
2018-10-19 09:22:56 -07:00
committed by Facebook Github Bot
parent 61d80b4bb9
commit 881d066369
7 changed files with 175 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ repositories {
}
dependencies {
debugImplementation 'com.facebook.flipper:flipper:0.9.0'
debugImplementation 'com.facebook.flipper:flipper:0.10.0'
}
```
@@ -81,7 +81,7 @@ repositories {
}
dependencies {
debugImplementation 'com.facebook.flipper:flipper:0.9.0'
debugImplementation 'com.facebook.flipper:flipper:0.10.0'
}
```
@@ -94,7 +94,7 @@ project 'MyApp.xcodeproj'
source 'https://github.com/facebook/flipper.git'
source 'https://github.com/CocoaPods/Specs'
swift_version = "4.1"
flipperkit_version = '0.9.0'
flipperkit_version = '0.10.0'
target 'MyApp' do
platform :ios, '9.0'