Pascal Hartig
4e0bbb62fe
Upgrade gradle plugin ( #4751 )
...
Summary:
[android] Upgrade gradle project
Makes us compatible with Android Studio Flamingo and unlocks upgrades to Kotlin
(which we need to be in sync with fbsource).
Pull Request resolved: https://github.com/facebook/flipper/pull/4751
Test Plan:
- ./gradlew :android:assembleDebug
- Android Studio Sync
- CI
---
Stack created with [Sapling](https://sapling-scm.com ). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/flipper/pull/4751 ).
* https://github.com/facebook/flipper/issues/4759
* https://github.com/facebook/flipper/issues/4758
* https://github.com/facebook/flipper/issues/4757
* https://github.com/facebook/flipper/issues/4756
* https://github.com/facebook/flipper/issues/4755
* https://github.com/facebook/flipper/issues/4754
* https://github.com/facebook/flipper/issues/4753
* https://github.com/facebook/flipper/issues/4752
* __->__ https://github.com/facebook/flipper/issues/4751
Reviewed By: aigoncharov
Differential Revision: D46068236
Pulled By: passy
fbshipit-source-id: 707422134b49c0d940b663f6f40937fe6561a038
2023-05-23 08:48:24 -07:00
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
6279cc68b1
Upgrade to Gradle 7 ( #2279 )
...
Summary:
Depends on https://github.com/facebook/flipper/issues/2277 . Fixes https://github.com/facebook/flipper/issues/2221 .
The maven plugin is no longer exposed and implied by https://developer.android.com/studio/build/maven-publish-plugin .
Pull Request resolved: https://github.com/facebook/flipper/pull/2279
Test Plan: ./gradlew uploadArchives -PdryRun=true
Reviewed By: priteshrnandgaonkar
Differential Revision: D28473692
Pulled By: passy
fbshipit-source-id: 3d95122fecebfeac8bfa5173c5c633eee3f13311
2021-05-17 07:29:49 -07:00
Pascal Hartig
87d7bcf274
Remove JCenter specifics ( #1914 )
...
Summary:
This removes Bintray/JCenter specific code and replaces it with a new plugin recommended by [Chris Banes](https://chris.banes.dev/publishing-to-maven-central/ ).
Pull Request resolved: https://github.com/facebook/flipper/pull/1914
Test Plan:
Manually uploaded as snapshot and full release, but with this setup still requires all sorts of manual setup, including GPG. Next PR will include automation for this.
CI here should also verify that I didn't split this diff up incorrectly.
Reviewed By: jknoxville
Differential Revision: D26367350
Pulled By: passy
fbshipit-source-id: faa6b488d6c95bc643d2f9328362e29fb4b05ded
2021-02-10 07:16:32 -08:00
Andres Suarez
0675dd924d
Tidy up Flipper license headers [1/2]
...
Reviewed By: passy
Differential Revision: D17863711
fbshipit-source-id: 259dc77826fb803ff1b88c88529d7f679d3b74d8
2019-10-11 13:46:45 -07:00
Chaiwat Ekkaewnumchai
053cfc09f3
Make LeakCanary a Separate Plugin
...
Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/559
Reviewed By: passy
Differential Revision: D17546936
fbshipit-source-id: dce128a771b73e8b18dfc2b78ee99502c3f1ce86
2019-09-25 03:05:56 -07:00