Skip to content

Commit 1193713

Browse files
authored
update installation steps (#4)
1 parent 26f417b commit 1193713

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ supplant our `analytics-android` library.
2727
- [License](#license)
2828

2929
## Installation
30+
For our pilot phase, we will be using [jitpack](https://jitpack.io/#segmentio/analytics-kotlin) to distribute the library
3031
In your app's build.gradle file add the following
3132
```groovy
3233
repositories {
33-
mavenCentral()
34+
maven { url 'https://jitpack.io' }
3435
}
3536
3637
dependencies {
37-
implementation 'com.segment.analytics.android:analytics:5.+'
38+
implementation 'com.github.segmentio:analytics-kotlin:1.0.0'
3839
}
3940
```
4041

0 commit comments

Comments
 (0)