1 parent dbfc6a4 commit df860d2Copy full SHA for df860d2
1 file changed
library/build.gradle
@@ -15,10 +15,10 @@ dependencies {
15
ext {
16
// This params is for the library uploading to the Bintray
17
bintrayRepo = 'terramaven'
18
- bintrayName = 'cicerone'
+ bintrayName = 'cicerone-kotlin'
19
publishedGroupId = 'com.github.terrakok'
20
artifact = 'cicerone'
21
- libraryVersion = '6.1'
+ libraryVersion = '6.0'
22
gitUrl = 'https://github.com/terrakok/Cicerone'
23
allLicenses = ['MIT']
24
}
0 commit comments