Flipper Release: v0.26.0
Summary: **Highlights** - New settings panel for configuring Android SDK paths and iOS support. - Support for taking screenshots and recording videos on Windows. - Copying an element name in the layout inspector now copies the attributes instead of just a numeric identifier. Full changelog at https://github.com/facebook/flipper/compare/v0.25.0...v0.26.0 Reviewed By: jknoxville Differential Revision: D18007369 fbshipit-source-id: ad4069da59f5b2b96090a14c17d57d37a0ca64be
This commit is contained in:
committed by
Facebook Github Bot
parent
65ff3f8ec9
commit
15ce3319f1
@@ -43,10 +43,10 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.25.0'
|
||||
debugImplementation 'com.facebook.flipper:flipper:0.26.0'
|
||||
debugImplementation 'com.facebook.soloader:soloader:0.5.1'
|
||||
|
||||
releaseImplementation 'com.facebook.flipper:flipper-noop:0.25.0'
|
||||
releaseImplementation 'com.facebook.flipper:flipper-noop:0.26.0'
|
||||
}
|
||||
```
|
||||
|
||||
@@ -105,7 +105,7 @@ We support both Swift and Objective-C for Flipper with CocoaPods as build and di
|
||||
|
||||
```ruby
|
||||
project 'MyApp.xcodeproj'
|
||||
flipperkit_version = '0.25.0'
|
||||
flipperkit_version = '0.26.0'
|
||||
|
||||
target 'MyApp' do
|
||||
platform :ios, '9.0'
|
||||
@@ -167,7 +167,7 @@ end
|
||||
|
||||
```ruby
|
||||
project 'MyApp.xcodeproj'
|
||||
flipperkit_version = '0.25.0'
|
||||
flipperkit_version = '0.26.0'
|
||||
|
||||
target 'MyApp' do
|
||||
platform :ios, '9.0'
|
||||
|
||||
Reference in New Issue
Block a user