Commit Graph

2 Commits

Author SHA1 Message Date
Andres Suarez
79023ee190 Update copyright headers from Facebook to Meta
Reviewed By: bhamodi

Differential Revision: D33331422

fbshipit-source-id: 016e8dcc0c0c7f1fc353a348b54fda0d5e2ddc01
2021-12-27 14:31:45 -08:00
Pascal Hartig
e84f62d5d5 Upgrade Gradle wrapper (#749)
Summary:
Ran this:
```
./gradlew wrapper --gradle-version=5.6.4 --distribution-type=bin
```

I tried to get us to 6.1, but that causes some type errors within
the Android plugin. I hope it's actually there stuff and not ours
so we can upgrade once they've sorted their stuff.
Pull Request resolved: https://github.com/facebook/flipper/pull/749

Test Plan:
./gradlew tasks
./gradlew :sample:installDebug

Reviewed By: jknoxville

Differential Revision: D19428496

Pulled By: passy

fbshipit-source-id: a910f5a269688f7ec5fc020fe1af99a75fc7b574
2020-01-16 06:18:37 -08:00