Skip to content

Commit cf9a3b8

Browse files
committed
Fix build.gradle
1 parent a7b14bb commit cf9a3b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ dependencies {
245245

246246
tasks.register('prepareHeaders', Copy) {
247247
from('../cpp')
248-
include "**/*.h", "**/*.hpp""
248+
include "**/*.h", "**/*.hpp"
249249
into "${project.buildDir}/headers/op-sqlite/op-engineering_op-sqlite/"
250250
includeEmptyDirs = false
251251
}

0 commit comments

Comments
 (0)