Skip to content

Commit c10fb0d

Browse files
committed
Use unique Android namespaces
1 parent 1a6ee24 commit c10fb0d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

demos/supabase-todolist/shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ kotlin {
7070
}
7171

7272
android {
73-
namespace = "com.powersync.demos"
73+
namespace = "com.powersync.demos.shared"
7474
compileSdk =
7575
libs.versions.android.compileSdk
7676
.get()

integrations/room/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979
}
8080

8181
android {
82-
namespace = "com.powersync.compose"
82+
namespace = "com.powersync.integrations.room"
8383
compileSdk =
8484
libs.versions.android.compileSdk
8585
.get()

integrations/sqldelight/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ kotlin {
4949
}
5050

5151
android {
52-
namespace = "com.powersync.drivers.common"
52+
namespace = "com.powersync.integrations.sqldelight"
5353
compileSdk =
5454
libs.versions.android.compileSdk
5555
.get()

internal/testutils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)