Commit 79e13a5 1 parent 40b8708 commit 79e13a5 Copy full SHA for 79e13a5
File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ Add it in your root `build.gradle` at the end of repositories.
17
17
``` groovy
18
18
allprojects {
19
19
repositories {
20
- ...
21
- maven { url 'https://jitpack.io' }
20
+ maven { url "http://dl.bintray.com/kategory/maven" }
22
21
maven { url 'https://kotlin.bintray.com/kotlinx' }
23
22
maven { url "http://dl.bintray.com/kotlin/kotlin-dev" }
24
23
}
@@ -29,7 +28,7 @@ Add the dependency into project `build.gradle`
29
28
30
29
``` groovy
31
30
dependencies {
32
- compile 'com.github. kategory:kategory:0.3.2 '
31
+ compile 'io. kategory:kategory:0.3.3 '
33
32
}
34
33
```
35
34
Original file line number Diff line number Diff line change 1
1
# Package definitions
2
2
GROUP =io.kategory
3
- VERSION_NAME =0.3.3-SNAPSHOT
3
+ VERSION_NAME =0.3.3
4
4
5
5
# Gradle options
6
6
org.gradle.jvmargs =-Xmx2048m
You can’t perform that action at this time.
0 commit comments