Skip to content

Commit 07d4499

Browse files
committed
Update README.md
1 parent e223387 commit 07d4499

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,20 @@ dependencyResolutionManagement {
1717
..
1818
repositories {
1919
..
20-
maven("https://maven.pkg.github.com/dylan-kwon/android-version-migrator")
20+
maven("https://maven.pkg.github.com/dylan-kwon/android-version-migrator") {
21+
credentials {
22+
username = INPUT-YOUR-USER-NAME
23+
password = INPUT-YOUR-GITHUB-TOKEN
24+
}
25+
}
2126
}
2227
}
2328
```
2429

2530
```kotlin
26-
implementation("dylan.kwon:version-migrator-android:$version")
31+
implementation("dylan.kwon:version-migrator-android:$version") {
32+
33+
}
2734
```
2835

2936
## How To Use

0 commit comments

Comments
 (0)