Skip to content

Commit ab42bd8

Browse files
Merge pull request #103 from reka18/fmdb_override
add namespace
2 parents 6be83a5 + 46c59c5 commit ab42bd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sqflite/android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ apply plugin: 'com.android.library'
3232
android {
3333
compileSdkVersion 31
3434

35+
namespace 'com.davidmartos96.sqflite_sqlcipher'
36+
3537
defaultConfig {
3638
minSdkVersion 16
3739
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)