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
Pascal Hartig
1ab47f9ca8
Set up Maven distribution for new plugins
...
Summary:
Setting up the necessary metadata to publish the separate plugins
to Maven/Bintray.
Reviewed By: danielbuechele
Differential Revision: D17480263
fbshipit-source-id: 1772cee5b3744ce52fc6e2510a27cb7f500e72bf
2019-09-20 06:07:42 -07:00
Pascal Hartig
c4a9b603e2
Make network a separate plugin
...
Summary: Per title.
Reviewed By: jknoxville
Differential Revision: D17419678
fbshipit-source-id: aee00f077b7ed955c60884853dc1128d27366ee8
2019-09-19 03:02:51 -07:00