Skip to content

Commit f805375

Browse files
committed
Fix project dependency
1 parent ce68184 commit f805375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ dependencies {
4040
implementation libs.androidx.sqlite
4141
implementation libs.androidx.sqlite.framework
4242
implementation libs.sqlcipher
43-
implementation project(':library')
43+
implementation project(':sqlitecopyopenhelper')
4444
}

0 commit comments

Comments
 (0)