Skip to content

Commit

Permalink
Fixes repo and branch links post change to main (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsilber authored Dec 15, 2023
1 parent 5d51cb1 commit 792f65d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

A simple library for implementing scratchable Views.

![Scratchoff Sample](https://github.com/jackpocket/android_scratchoff/raw/master/scratchoff.gif)
![Scratchoff Sample](https://github.com/jackpocket/android-scratchoff/raw/main/scratchoff.gif)

## Installation

Expand Down Expand Up @@ -239,7 +239,7 @@ It is recommended that you calculate the positions of the desired regions by the

## Upgrading from Version 1.x to Version 2.0.0

Follow the [upgrade guide](https://github.com/jackpocket/android_scratchoff/raw/master/upgrade_1.x-2.0.md).
Follow the [upgrade guide](https://github.com/jackpocket/android-scratchoff/raw/main/upgrade_1.x-2.0.md).

### Moved to MavenCentral

Expand Down
8 changes: 4 additions & 4 deletions scratchoff/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ ext {
mavDeveloperOrg = "Jackpocket"
mavDeveloperOrgUrl = "https://jackpocket.com"

mavSiteUrl = "https://github.com/jackpocket/android_scratchoff"
mavGitUrl = "https://github.com/jackpocket/android_scratchoff.git"
mavScmConnection = "scm:git:git://github.com:jackpocket/android_scratchoff.git"
mavScmDeveloperConnection = "scm:git:ssh://github.com:jackpocket/android_scratchoff.git"
mavSiteUrl = "https://github.com/jackpocket/android-scratchoff"
mavGitUrl = "https://github.com/jackpocket/android-scratchoff.git"
mavScmConnection = "scm:git:git://github.com:jackpocket/android-scratchoff.git"
mavScmDeveloperConnection = "scm:git:ssh://github.com:jackpocket/android-scratchoff.git"
}

afterEvaluate {
Expand Down

0 comments on commit 792f65d

Please sign in to comment.