Skip to content

Commit

Permalink
PIA-937: Update dependencies (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-juan-docal authored Nov 15, 2023
1 parent 4d41b24 commit c54d75f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("com.android.library").version("7.3.1").apply(false)
kotlin("multiplatform").version("1.9.10").apply(false)
kotlin("plugin.serialization").version("1.9.10").apply(false)
kotlin("multiplatform").version("1.9.20").apply(false)
kotlin("plugin.serialization").version("1.9.20").apply(false)
}

tasks.register("clean", Delete::class) {
Expand Down
2 changes: 1 addition & 1 deletion kpi/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
publishing {
repositories {
maven {
url = uri("https://maven.pkg.github.com/xvpn/cpz_pia-mobile_shared_kpi/")
url = uri("https://maven.pkg.github.com/pia-foss/mobile-shared-kpi/")
credentials {
username = System.getenv("GITHUB_USERNAME")
password = System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit c54d75f

Please sign in to comment.