aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--buildSrc/src/main/kotlin/ca/allanwang/kau/Plugins.kt3
-rw-r--r--buildSrc/src/main/kotlin/ca/allanwang/kau/Versions.kt6
3 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 0293545..cd1ddf7 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ This library contains small helper functions used throughout almost all of my ot
KAU is available on JitPack
[![](https://jitpack.io/v/ca.allanwang/kau.svg)](https://jitpack.io/#ca.allanwang/kau)
-[![Build Status](https://travis-ci.org/AllanWang/KAU.svg?branch=dev)](https://travis-ci.org/AllanWang/KAU)
+[![Build Status](https://travis-ci.com/AllanWang/KAU.svg?branch=dev)](https://travis-ci.com/AllanWang/KAU)
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/kotlin-android-utils/localized.svg)](https://crowdin.com/project/kotlin-android-utils)
[![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin)
[![ZenHub](https://img.shields.io/badge/Shipping%20faster%20with-ZenHub-45529A.svg)](https://app.zenhub.com/workspace/o/allanwang/kau/boards)
diff --git a/buildSrc/src/main/kotlin/ca/allanwang/kau/Plugins.kt b/buildSrc/src/main/kotlin/ca/allanwang/kau/Plugins.kt
index c8265ab..30caad7 100644
--- a/buildSrc/src/main/kotlin/ca/allanwang/kau/Plugins.kt
+++ b/buildSrc/src/main/kotlin/ca/allanwang/kau/Plugins.kt
@@ -10,7 +10,6 @@ open class Plugins {
val androidMaven = "com.github.dcendents:android-maven-gradle-plugin:${v.mavenPlugin}"
val playPublisher = "com.github.triplet.gradle:play-publisher:${v.playPublishPlugin}"
val dexCount = "com.getkeepsafe.dexcount:dexcount-gradle-plugin:${v.dexCountPlugin}"
- val gitVersion =
- "gradle.plugin.com.gladed.gradle.androidgitversion:gradle-android-git-version:${v.gitVersionPlugin}"
+ val gitVersion = "com.gladed.androidgitversion:gradle-android-git-version:${v.gitVersionPlugin}"
val spotless = "com.diffplug.spotless:spotless-plugin-gradle:${v.spotless}"
} \ No newline at end of file
diff --git a/buildSrc/src/main/kotlin/ca/allanwang/kau/Versions.kt b/buildSrc/src/main/kotlin/ca/allanwang/kau/Versions.kt
index 8c14a92..d48e236 100644
--- a/buildSrc/src/main/kotlin/ca/allanwang/kau/Versions.kt
+++ b/buildSrc/src/main/kotlin/ca/allanwang/kau/Versions.kt
@@ -27,7 +27,7 @@ open class Versions {
val kotlin = "1.3.31"
// https://github.com/Kotlin/kotlinx.coroutines/releases
- val coroutines = "1.2.1"
+ val coroutines = "1.3.0-M1"
// https://github.com/mikepenz/AboutLibraries/releases
val aboutLibraries = "6.2.3"
@@ -70,11 +70,11 @@ open class Versions {
// https://github.com/dcendents/android-maven-gradle-plugin/releases
val mavenPlugin = "2.1"
// https://github.com/Triple-T/gradle-play-publisher/releases
- val playPublishPlugin = "2.1.0"
+ val playPublishPlugin = "2.2.1"
// https://github.com/KeepSafe/dexcount-gradle-plugin/releases
val dexCountPlugin = "0.8.6"
// https://github.com/gladed/gradle-android-git-version/releases
- val gitVersionPlugin = "0.4.7"
+ val gitVersionPlugin = "0.4.9"
} \ No newline at end of file