Upgrade gradle plugin (#4166)

Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/4166

^

Changelog: Upgrade to gradle plugin 7.3.0

Reviewed By: LukeDefeo

Differential Revision: D40019423

fbshipit-source-id: ab05fd73e942c96601e2291049b1c858408e1192
This commit is contained in:
Lorenzo Blasa
2022-10-03 07:35:43 -07:00
committed by Facebook GitHub Bot
parent abb4c3c8cf
commit 16983deaaf
5 changed files with 4 additions and 6 deletions

View File

@@ -7,8 +7,6 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlinx-serialization'
android {
@@ -32,7 +30,7 @@ android {
externalNativeBuild {
cmake {
arguments '-DANDROID_TOOLCHAIN=clang', '-DANDROID_STL=c++_shared'
targets 'flipper', 'event_shared', 'event_extra_shared', 'event_core_shared'
targets 'flipper'
}
}
}