Skip to content

Commit fe80877

Browse files
authored
Update build.gradle
1 parent b96c813 commit fe80877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
versionName "1.0"
2020
externalNativeBuild {
2121
cmake {
22-
arguments "-DANDROID_STL=c++_static
22+
arguments "-DANDROID_STL=c++_static"
2323
abiFilters 'arm64-v8a'
2424
}
2525
}

0 commit comments

Comments
 (0)