Skip to content

Commit

Permalink
build: fix typo in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
axi92 committed Jul 30, 2024
1 parent 949609c commit 944e948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ repositories {
mavenLocal()
maven {
name = 'evva-maven'
url = url = uri('https://maven.pkg.github.com/evva-sfw/abrevva-sdk-android')
url = uri('https://maven.pkg.github.com/evva-sfw/abrevva-sdk-android')
credentials {
username = properties.getProperty('github.username') ?: System.getenv('GITHUB_USERNAME')
password = properties.getProperty('github.token') ?: System.getenv('GITHUB_TOKEN')
Expand Down

0 comments on commit 944e948

Please sign in to comment.