File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
demos/supabase-todolist/shared Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ android {
225225 }
226226 }
227227
228- namespace = " com.powersync"
228+ namespace = " com.powersync.common "
229229 compileSdk =
230230 libs.versions.android.compileSdk
231231 .get()
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ android {
9494 targetCompatibility = JavaVersion .VERSION_17
9595 }
9696
97- namespace = " com.powersync"
97+ namespace = " com.powersync.core "
9898 compileSdk =
9999 libs.versions.android.compileSdk
100100 .get()
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ kotlin {
7070}
7171
7272android {
73- namespace = " com.powersync.demos"
73+ namespace = " com.powersync.demos.shared "
7474 compileSdk =
7575 libs.versions.android.compileSdk
7676 .get()
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ dependencies {
7979}
8080
8181android {
82- namespace = " com.powersync.compose "
82+ namespace = " com.powersync.integrations.room "
8383 compileSdk =
8484 libs.versions.android.compileSdk
8585 .get()
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ kotlin {
4949}
5050
5151android {
52- namespace = " com.powersync.drivers.common "
52+ namespace = " com.powersync.integrations.sqldelight "
5353 compileSdk =
5454 libs.versions.android.compileSdk
5555 .get()
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ android {
5252 }
5353 }
5454
55- namespace = " com.powersync"
55+ namespace = " com.powersync.internal.testutils "
5656 compileSdk =
5757 libs.versions.android.compileSdk
5858 .get()
You can’t perform that action at this time.
0 commit comments