We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f417b commit 1193713Copy full SHA for 1193713
README.md
@@ -27,14 +27,15 @@ supplant our `analytics-android` library.
27
- [License](#license)
28
29
## Installation
30
+For our pilot phase, we will be using [jitpack](https://jitpack.io/#segmentio/analytics-kotlin) to distribute the library
31
In your app's build.gradle file add the following
32
```groovy
33
repositories {
- mavenCentral()
34
+ maven { url 'https://jitpack.io' }
35
}
36
37
dependencies {
- implementation 'com.segment.analytics.android:analytics:5.+'
38
+ implementation 'com.github.segmentio:analytics-kotlin:1.0.0'
39
40
```
41
0 commit comments