Skip to content

Commit

Permalink
Remove GitHub packages repo as we switched to Maven Central.
Browse files Browse the repository at this point in the history
Signed-off-by: ingonoka <ingonoka@icloud.com>
  • Loading branch information
ingonoka committed Jan 2, 2023
1 parent 33ae46b commit 471d08c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cba9driverdemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ plugins {
repositories {
google()
mavenCentral()
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/ingonoka/cba9-driver")
credentials {
username = "ingonoka"
password = "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"
}
}
}

android {
Expand Down

0 comments on commit 471d08c

Please sign in to comment.