generatedunixname89002005306973
2f2754f56a
Flipper Snapshot Bump: v0.193.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.193.1-SNAPSHOT
Reviewed By: aigoncharov
Differential Revision: D46442119
fbshipit-source-id: b9867906451d59251f25e2cff8ba59b3c30cd921
2023-06-05 08:50:24 -07:00
generatedunixname89002005306973
1f296ba6fc
Flipper Release: v0.193.0
...
Summary: Releasing version 0.193.0
Reviewed By: aigoncharov
Differential Revision: D46442118
fbshipit-source-id: 8e50914b36a4fde8ca710014f5c98f17780396b1
2023-06-05 08:50:24 -07:00
generatedunixname89002005306973
e7a180b90c
Flipper Snapshot Bump: v0.192.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.192.1-SNAPSHOT
Reviewed By: lblasa
Differential Revision: D46309560
fbshipit-source-id: 69a76310b639701f3c8e2c25c1b7a2f3ce988deb
2023-05-31 03:54:24 -07:00
generatedunixname89002005306973
abcfbd822c
Flipper Release: v0.192.0
...
Summary: Releasing version 0.192.0
Reviewed By: lblasa
Differential Revision: D46309559
fbshipit-source-id: 94bb3a17dde4554ce903cb8c8d01b0c241ad2976
2023-05-31 03:54:24 -07:00
generatedunixname89002005306973
59ddc2ecd1
Flipper Snapshot Bump: v0.191.2-SNAPSHOT
...
Summary: Releasing snapshot version 0.191.2-SNAPSHOT
Reviewed By: passy
Differential Revision: D46218567
fbshipit-source-id: 081430c028c561eb4e434251a9edac60986e0c3d
2023-05-26 03:00:54 -07:00
generatedunixname89002005306973
9c934325ac
Flipper Release: v0.191.1
...
Summary: Releasing version 0.191.1
Reviewed By: passy
Differential Revision: D46218568
fbshipit-source-id: 11752bdc05d29387966a64980b7a0457fe5173a4
2023-05-26 03:00:54 -07:00
Pascal Hartig
56aecba339
Remove unnecessary ndk version indirection ( #4755 )
...
Summary:
[android] Remove unnecessary ndk version indirection
The constant was only referenced in one place, the ext property everywhere else.
Pull Request resolved: https://github.com/facebook/flipper/pull/4755
Test Plan:
CI
---
Stack created with [Sapling](https://sapling-scm.com ). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/flipper/pull/4755 ).
* 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: ivanmisuno
Differential Revision: D46068954
Pulled By: passy
fbshipit-source-id: 276e4ee3d52a4a21c6dc29c17b6b2bd9968e945b
2023-05-24 04:19:58 -07:00
Pascal Hartig
65f28ecdbe
Upgrade Kotlin to 1.8.20 ( #4753 )
...
Summary:
[android] Upgrade Kotlin to 1.8.20
The additional source/target settings should hopefully no longer be necessary with
AGP 8.1:
https://kotlinlang.org/docs/gradle-configure-project.html#gradle-java-toolchains-support
Pull Request resolved: https://github.com/facebook/flipper/pull/4753
Test Plan:
- CI
- Build sample app
- AS sync
---
Stack created with [Sapling](https://sapling-scm.com ). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/flipper/pull/4753 ).
* 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: ivanmisuno
Differential Revision: D46068906
Pulled By: passy
fbshipit-source-id: 93da60ebfe2ec590ef88ea1936fcfd5257699cc7
2023-05-23 10:16:38 -07:00
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
Pascal Hartig
5be3b4b0f0
Upgrade GitHub workflow java version ( #4750 )
...
Summary:
[android] Upgrade GitHub workflow java version
Version 8 of AGP requires Java 17+. Let's upgrade it here.
There are some flags that are no longer supported, hence the update to gradle.properties.
Pull Request resolved: https://github.com/facebook/flipper/pull/4750
Test Plan:
- CI
---
Stack created with [Sapling](https://sapling-scm.com ). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/flipper/pull/4750 ).
* 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
* __->__ https://github.com/facebook/flipper/issues/4750
* https://github.com/facebook/flipper/issues/4749
Reviewed By: antonk52
Differential Revision: D46067505
Pulled By: passy
fbshipit-source-id: b673535ac9bd08a35bdb61b9a9ec0a38c957ceef
2023-05-22 06:19:41 -07:00
generatedunixname89002005306973
e2d5cc4607
Flipper Snapshot Bump: v0.191.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.191.1-SNAPSHOT
Reviewed By: lblasa
Differential Revision: D45986191
fbshipit-source-id: 269faf50274909e1a26d1a10f882b00025e08924
2023-05-18 09:12:47 -07:00
generatedunixname89002005306973
55271bcfa4
Flipper Release: v0.191.0
...
Summary: Releasing version 0.191.0
Reviewed By: lblasa
Differential Revision: D45986192
fbshipit-source-id: 15f544da6c3904647ffd4c9b165042ab66fef933
2023-05-18 09:12:47 -07:00
generatedunixname89002005306973
4d4c10e2e9
Flipper Snapshot Bump: v0.190.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.190.1-SNAPSHOT
Reviewed By: mweststrate
Differential Revision: D45308247
fbshipit-source-id: 584a96ebd47e5b4ccf887707a1518ecc9241c493
2023-04-26 05:30:21 -07:00
generatedunixname89002005306973
f8ca1551d7
Flipper Release: v0.190.0
...
Summary: Releasing version 0.190.0
Reviewed By: mweststrate
Differential Revision: D45308248
fbshipit-source-id: 3b03945474d644fec9a686f0f908864dbbca2322
2023-04-26 05:30:21 -07:00
generatedunixname89002005306973
eeb66ddbab
Flipper Snapshot Bump: v0.189.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.189.1-SNAPSHOT
Reviewed By: ivanmisuno
Differential Revision: D44703758
fbshipit-source-id: 62b9325796ca4e802ca73cd08d8e38a97f347373
2023-04-06 03:15:40 -07:00
generatedunixname89002005306973
8b33b25eda
Flipper Release: v0.189.0
...
Summary: Releasing version 0.189.0
Reviewed By: ivanmisuno
Differential Revision: D44703759
fbshipit-source-id: 447ecacea6f9ae59ddedb405e5fa3915193bc50c
2023-04-06 03:15:40 -07:00
generatedunixname89002005306973
6bf099ef79
Flipper Snapshot Bump: v0.188.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.188.1-SNAPSHOT
Reviewed By: LukeDefeo
Differential Revision: D44628088
fbshipit-source-id: 7b430c1fb9d8217ac4b0acb1870e4ce9000cb1d5
2023-04-03 08:52:01 -07:00
generatedunixname89002005306973
af1842a027
Flipper Release: v0.188.0
...
Summary: Releasing version 0.188.0
Reviewed By: LukeDefeo
Differential Revision: D44628090
fbshipit-source-id: a6f22b743331e3e18f2a2787e2fb6471b32cd430
2023-04-03 08:52:01 -07:00
generatedunixname89002005306973
1f78f43f4c
Flipper Snapshot Bump: v0.187.2-SNAPSHOT
...
Summary: Releasing snapshot version 0.187.2-SNAPSHOT
Reviewed By: aigoncharov
Differential Revision: D44416757
fbshipit-source-id: c2b142427221fa19ece76893dbf24fb8c6dd5d59
2023-03-27 06:51:43 -07:00
generatedunixname89002005306973
bc9d53660a
Flipper Release: v0.187.1
...
Summary: Releasing version 0.187.1
Reviewed By: aigoncharov
Differential Revision: D44416758
fbshipit-source-id: 2c390e1124c63d873fc442dcdfba7a9ac272530e
2023-03-27 06:51:43 -07:00
dependabot[bot]
784401ae0b
Bump gradle from 7.3.0 to 7.4.0 ( #4443 )
...
Summary:
Bumps gradle from 7.3.0 to 7.4.0.
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
Pull Request resolved: https://github.com/facebook/flipper/pull/4443
Reviewed By: lblasa
Differential Revision: D42610002
Pulled By: passy
fbshipit-source-id: c6e2408dd3197eb81f91d59bf7160481756cbd42
2023-03-22 08:37:41 -07:00
generatedunixname89002005306973
bb1bb98801
Flipper Snapshot Bump: v0.187.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.187.1-SNAPSHOT
Reviewed By: aigoncharov
Differential Revision: D44290209
fbshipit-source-id: c4a8098d8701d2866e2b92cd60e53a599a18bce4
2023-03-22 06:33:21 -07:00
generatedunixname89002005306973
469d6080ee
Flipper Release: v0.187.0
...
Summary: Releasing version 0.187.0
Reviewed By: aigoncharov
Differential Revision: D44290210
fbshipit-source-id: 3d483de9d3419b03b82bba4c7e08849ad6614334
2023-03-22 06:33:21 -07:00
generatedunixname89002005306973
9ec15fe603
Flipper Snapshot Bump: v0.186.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.186.1-SNAPSHOT
Reviewed By: lblasa
Differential Revision: D44141065
fbshipit-source-id: 02b28881f7a2d4dc8f147032742ed38cd193c816
2023-03-17 04:08:33 -07:00
generatedunixname89002005306973
5961a5dade
Flipper Release: v0.186.0
...
Summary: Releasing version 0.186.0
Reviewed By: lblasa
Differential Revision: D44141066
fbshipit-source-id: ca3a8e5edd2201c098aec52bf61d38367b970bdf
2023-03-17 04:08:33 -07:00
generatedunixname89002005306973
6cc4705ae4
Flipper Snapshot Bump: v0.185.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.185.1-SNAPSHOT
Reviewed By: mweststrate
Differential Revision: D44086340
fbshipit-source-id: 8c06f67905eb03781176e6e5e1c981b5355123ea
2023-03-15 06:51:47 -07:00
generatedunixname89002005306973
71108897d0
Flipper Release: v0.185.0
...
Summary: Releasing version 0.185.0
Reviewed By: mweststrate
Differential Revision: D44086339
fbshipit-source-id: 55164829df59c44643741472c85c8971bfc6f556
2023-03-15 06:51:47 -07:00
generatedunixname89002005306973
7ede9e777f
Flipper Snapshot Bump: v0.184.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.184.1-SNAPSHOT
Reviewed By: aigoncharov
Differential Revision: D44020313
fbshipit-source-id: 98ac96d62795aded8ca651f102bdc9ceed803ad1
2023-03-13 04:38:57 -07:00
generatedunixname89002005306973
998998ab19
Flipper Release: v0.184.0
...
Summary: Releasing version 0.184.0
Reviewed By: aigoncharov
Differential Revision: D44020314
fbshipit-source-id: e23e1c5df101b4f19db65c97024f4e95f6f3eb19
2023-03-13 04:38:57 -07:00
Lorenzo Blasa
11115501a2
fbjni and soloader versions from gradle.properties
...
Summary: ^
Reviewed By: passy
Differential Revision: D43879496
fbshipit-source-id: 93ee552d11772fcb5ada89c2364536978766fba4
2023-03-08 02:53:49 -08:00
Lorenzo Blasa
d8002de88c
NDK version from gradle.properties
...
Summary:
^
With these changes, we can build the project by overriding these version from a gradle build.
./gradlew :assembleDebug -DNDK_VERSION=21.4.7075529 -DFBJNI_VERSION=0.2.2
Reviewed By: passy
Differential Revision: D43879098
fbshipit-source-id: 8790aa12a086373194d45687d70ceb73b07713b9
2023-03-08 02:53:49 -08:00
generatedunixname89002005306973
fa987e466c
Flipper Snapshot Bump: v0.183.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.183.1-SNAPSHOT
Reviewed By: passy
Differential Revision: D43692457
fbshipit-source-id: 1b1f21e2bcb495a640143cd1012e36f2382ed959
2023-03-01 10:06:37 -08:00
generatedunixname89002005306973
80edf44dc5
Flipper Release: v0.183.0
...
Summary: Releasing version 0.183.0
Reviewed By: passy
Differential Revision: D43692458
fbshipit-source-id: 7a879ae59de489643cf2195b89bf5232e0eecdf7
2023-03-01 10:06:37 -08:00
generatedunixname89002005306973
3e49fcb6d6
Flipper Snapshot Bump: v0.182.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.182.1-SNAPSHOT
Reviewed By: ivanmisuno
Differential Revision: D43389079
fbshipit-source-id: 771a6f85fc903e0d22c527023c00e78a1049bb46
2023-02-17 08:04:32 -08:00
generatedunixname89002005306973
5be020479d
Flipper Release: v0.182.0
...
Summary: Releasing version 0.182.0
Reviewed By: ivanmisuno
Differential Revision: D43389080
fbshipit-source-id: 3a59082194d24c138fbd2c9bcc2e984b46c6f54e
2023-02-17 08:04:32 -08:00
generatedunixname89002005306973
0efda5b154
Flipper Snapshot Bump: v0.181.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.181.1-SNAPSHOT
Reviewed By: lblasa
Differential Revision: D43351297
fbshipit-source-id: 84b32f4778d0cb651b7a43158f5e5cb9696e1ba2
2023-02-16 07:04:28 -08:00
generatedunixname89002005306973
690a8df436
Flipper Release: v0.181.0
...
Summary: Releasing version 0.181.0
Reviewed By: lblasa
Differential Revision: D43351298
fbshipit-source-id: ac2196a1780ef58c04c20f56ea46bf9700cababb
2023-02-16 07:04:28 -08:00
generatedunixname89002005306973
7e37039928
Flipper Snapshot Bump: v0.180.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.180.1-SNAPSHOT
Reviewed By: lblasa
Differential Revision: D43189827
fbshipit-source-id: 5cccc0f12ede1c011e25493ef7645524effd3064
2023-02-10 09:48:48 -08:00
generatedunixname89002005306973
0c1d121201
Flipper Release: v0.180.0
...
Summary: Releasing version 0.180.0
Reviewed By: lblasa
Differential Revision: D43189826
fbshipit-source-id: f1e70cc76e1008b2ea989d70cb383d80eadc19a2
2023-02-10 09:48:48 -08:00
generatedunixname89002005306973
74a093dc51
Flipper Snapshot Bump: v0.179.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.179.1-SNAPSHOT
Reviewed By: lblasa
Differential Revision: D43084739
fbshipit-source-id: fb8fa7095c76e9d02b34c6e6b0bde8853888204f
2023-02-07 10:23:53 -08:00
generatedunixname89002005306973
4f5c716c05
Flipper Release: v0.179.0
...
Summary: Releasing version 0.179.0
Reviewed By: lblasa
Differential Revision: D43084743
fbshipit-source-id: 14a237cccd4b423ae617040ec6b6bc9320dd7109
2023-02-07 10:23:53 -08:00
generatedunixname89002005306973
4f9701ca88
Flipper Snapshot Bump: v0.178.2-SNAPSHOT
...
Summary: Releasing snapshot version 0.178.2-SNAPSHOT
Reviewed By: mweststrate
Differential Revision: D42990167
fbshipit-source-id: c9e59372e8c781b7becd6ba57d2dafb1e82f011f
2023-02-06 02:49:30 -08:00
generatedunixname89002005306973
c3588417bd
Flipper Release: v0.178.1
...
Summary: Releasing version 0.178.1
Reviewed By: mweststrate
Differential Revision: D42990168
fbshipit-source-id: 14306a45ef95facf37a4f3207cc3b8cc5a1a4da9
2023-02-06 02:49:30 -08:00
generatedunixname89002005306973
65f0a81fd1
Flipper Snapshot Bump: v0.178.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.178.1-SNAPSHOT
Reviewed By: lblasa
Differential Revision: D42918308
fbshipit-source-id: afdcf5caa2c453b61f3e6e229256171995b733d1
2023-02-02 04:46:35 -08:00
generatedunixname89002005306973
44451a3749
Flipper Release: v0.178.0
...
Summary: Releasing version 0.178.0
Reviewed By: lblasa
Differential Revision: D42918309
fbshipit-source-id: c1b7c9fa6088e71109cb998a460d472664d2c191
2023-02-02 04:46:35 -08:00
generatedunixname89002005306973
b4a6c1dd96
Flipper Snapshot Bump: v0.177.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.177.1-SNAPSHOT
Reviewed By: lblasa
Differential Revision: D42530046
fbshipit-source-id: c39c71f114746b5ab8e00b9bfe6a74033ddfb1c1
2023-01-16 06:32:36 -08:00
generatedunixname89002005306973
61a9b14401
Flipper Release: v0.177.0
...
Summary: Releasing version 0.177.0
Reviewed By: lblasa
Differential Revision: D42530047
fbshipit-source-id: 477eb81e2fcab0d7ace9701b098483d3349c904a
2023-01-16 06:32:36 -08:00
generatedunixname89002005306973
6d192bc020
Flipper Snapshot Bump: v0.176.2-SNAPSHOT
...
Summary: Releasing snapshot version 0.176.2-SNAPSHOT
Reviewed By: aigoncharov
Differential Revision: D41946575
fbshipit-source-id: d2c5d7d0fa4a6530d751585f926371791672f55f
2022-12-12 08:09:50 -08:00
generatedunixname89002005306973
69db826792
Flipper Release: v0.176.1
...
Summary: Releasing version 0.176.1
Reviewed By: aigoncharov
Differential Revision: D41946576
fbshipit-source-id: 5b1930fed4157f30d77b850c499a427842d9ad23
2022-12-12 08:09:50 -08:00
generatedunixname89002005306973
904e530f74
Flipper Snapshot Bump: v0.176.1-SNAPSHOT
...
Summary: Releasing snapshot version 0.176.1-SNAPSHOT
Reviewed By: lblasa
Differential Revision: D41663133
fbshipit-source-id: c8b496c2b019a887784caf5162b7cf438d508d53
2022-12-01 13:57:12 -08:00