Skip to content

Commit

Permalink
Remove github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Apr 10, 2024
1 parent e2aa851 commit f1ad0fb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions analytics/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ android {
minSdk = libs.versions.minSdk.get().toInt()
}
namespace = "co.touchlab.kmmbridgekickstart.analytics"
}

addGithubPackagesRepository()
}
2 changes: 0 additions & 2 deletions breeds/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ android {
namespace = "co.touchlab.kmmbridgekickstart.breeds"
}

addGithubPackagesRepository()

sqldelight {
databases.create("KMMBridgeKickStartDb") {
packageName.set("co.touchlab.kmmbridgekickstart.db")
Expand Down
2 changes: 0 additions & 2 deletions part2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ kotlin {
}
}

addGithubPackagesRepository()

kmmbridge {
mavenPublishArtifacts()
spm()
Expand Down

0 comments on commit f1ad0fb

Please sign in to comment.