Update rsocket version (#225)
Summary: Updates rsocket to latest version Pull Request resolved: https://github.com/facebook/flipper/pull/225 Reviewed By: jknoxville Differential Revision: D9313576 Pulled By: priteshrnandgaonkar fbshipit-source-id: afd55eddfa79f0f9d2a36a6f0539d823161d1bed
This commit is contained in:
committed by
Facebook Github Bot
parent
6f2a7dcb05
commit
3a584d0f18
4
android/third-party/native.gradle
vendored
4
android/third-party/native.gradle
vendored
@@ -181,7 +181,7 @@ task finalizeOpenSSL(dependsOn: [configureOpenSSL], type: Exec) {
|
||||
}
|
||||
|
||||
task downloadRSocket(dependsOn: [], type: Download) {
|
||||
src 'https://github.com/priteshrnandgaonkar/rsocket-cpp/archive/0.10.1.tar.gz'
|
||||
src 'https://github.com/priteshrnandgaonkar/rsocket-cpp/archive/0.10.2.tar.gz'
|
||||
onlyIfNewer true
|
||||
overwrite false
|
||||
dest new File(downloadsDir, 'rsocket-' + getDownloadFileName(src))
|
||||
@@ -190,7 +190,7 @@ task downloadRSocket(dependsOn: [], type: Download) {
|
||||
task prepareRSocket(dependsOn: [downloadRSocket], type: Copy) {
|
||||
from tarTree(downloadRSocket.dest)
|
||||
from './overrides/RSocket/'
|
||||
include 'rsocket-cpp-0.10.1/**/*', 'build.gradle', 'ApplicationManifest.xml', 'CMakeLists.txt'
|
||||
include 'rsocket-cpp-0.10.2/**/*', 'build.gradle', 'ApplicationManifest.xml', 'CMakeLists.txt'
|
||||
includeEmptyDirs = false
|
||||
into "$externalDir/RSocket"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user