Skip to content

Commit

Permalink
v1.2.2 remove Github Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
furkanaskin authored and Furkan committed Dec 12, 2022
1 parent eac588f commit d4ed9f8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions viewpagerdotsindicator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ext {
mGroupId = "com.ozanlimited"
mArtifactId = "dotsindicator"
mVersionCode = 1
mVersionName = "1.2.1"
mVersionName = "1.2.2"

mLibraryName = "ViewPagerDotsIndicator"
mLibraryDescription = ""
Expand Down Expand Up @@ -79,15 +79,6 @@ afterEvaluate {
header(HttpHeaderAuthentication)
}
}

maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/ozanlimited/dotsindicator")
credentials {
username = System.getenv("GPR_USER")
password = System.getenv("GPR_KEY")
}
}
}
}

Expand Down

0 comments on commit d4ed9f8

Please sign in to comment.