Skip to content

Commit a853c6b

Browse files
committed
remove unused gradle var
1 parent db2c927 commit a853c6b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/react-native-gesture-handler/android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ android {
146146
targetSdkVersion safeExtGet('targetSdkVersion', 33)
147147
buildConfigField "int", "REACT_NATIVE_MINOR_VERSION", REACT_NATIVE_MINOR_VERSION.toString()
148148

149-
var appProject = rootProject.allprojects.find { it.plugins.hasPlugin('com.android.application') }
150149
externalNativeBuild {
151150
cmake {
152151
cppFlags "-O2", "-frtti", "-fexceptions", "-Wall", "-Werror", "-std=c++20", "-DANDROID"

0 commit comments

Comments
 (0)