Skip to content

Commit

Permalink
WLP-2785: updated files for publishing version v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-r-smartdata committed Dec 4, 2024
1 parent 74abc5c commit 10d90f1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified .gradle/8.10/fileHashes/fileHashes.lock
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### 1. Get your Github token.
To generate a Github token, navigate to your Github profile -> Settings -> Developer settings -> Personal access token ->
Generate new token (classic). Check the read:packages scope. Click Generate token.
Generate new token (classic). Check the read:packages scope. Click Generate token. More details can be found [here](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic)

### 2. Create / update the github.properties file.
Create the github.properties file in your project at root level. Add the following 2 properties:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publishing {
register<MavenPublication>("release"){
groupId = "com.paymenttools"
artifactId = "paymenttoolssdk"
version = "1.0.11"
version = "1.0.12"
artifact("source/paymenttools-sdk-release.aar")
}
}
Expand Down
Binary file modified source/paymenttools-sdk-release.aar
Binary file not shown.

0 comments on commit 10d90f1

Please sign in to comment.