Skip to content

Commit

Permalink
Update namespace to "io.github.ivy-apps"
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Aug 20, 2024
1 parent 080143e commit 8120781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

allprojects {
group = "org.jetbrains.kotlinx.multiplatform-library-template"
group = "io.github.ivy-apps.di"
version = "0.0.1"
}

Expand Down
2 changes: 1 addition & 1 deletion di/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ kotlin {
}

android {
namespace = "com.ivyapps.di"
namespace = "io.github.ivy_apps.di"
compileSdk = libs.versions.android.compileSdk.get().toInt()
defaultConfig {
minSdk = libs.versions.android.minSdk.get().toInt()
Expand Down

0 comments on commit 8120781

Please sign in to comment.