We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2c927 commit a853c6bCopy full SHA for a853c6b
1 file changed
packages/react-native-gesture-handler/android/build.gradle
@@ -146,7 +146,6 @@ android {
146
targetSdkVersion safeExtGet('targetSdkVersion', 33)
147
buildConfigField "int", "REACT_NATIVE_MINOR_VERSION", REACT_NATIVE_MINOR_VERSION.toString()
148
149
- var appProject = rootProject.allprojects.find { it.plugins.hasPlugin('com.android.application') }
150
externalNativeBuild {
151
cmake {
152
cppFlags "-O2", "-frtti", "-fexceptions", "-Wall", "-Werror", "-std=c++20", "-DANDROID"
0 commit comments