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 1c10a3f commit 85cd88c
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 csi/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_csi/")
url = uri("https://maven.pkg.github.com/pia-foss/mobile-shared-csi/")
credentials {
username = System.getenv("GITHUB_USERNAME")
password = System.getenv("GITHUB_TOKEN")
Expand Down

0 comments on commit 85cd88c

Please sign in to comment.