From 729a72d74bd1c208342aad68f8fb3d0a8a4d1194 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 12 Sep 2019 11:55:22 -0700 Subject: Update versions --- buildSrc/src/main/kotlin/kau/Versions.kt | 8 +++---- core-ui/src/main/res-public/values/public.xml | 6 ++--- core/src/main/res-public/values/public.xml | 34 +++++++++++++-------------- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/buildSrc/src/main/kotlin/kau/Versions.kt b/buildSrc/src/main/kotlin/kau/Versions.kt index 010aaa0..a646292 100644 --- a/buildSrc/src/main/kotlin/kau/Versions.kt +++ b/buildSrc/src/main/kotlin/kau/Versions.kt @@ -27,7 +27,7 @@ object Versions { const val kotlin = "1.3.41" // https://github.com/Kotlin/kotlinx.coroutines/releases - const val coroutines = "1.3.0-RC2" + const val coroutines = "1.3.1" // https://github.com/mikepenz/AboutLibraries/releases const val aboutLibraries = "6.2.3" @@ -36,7 +36,7 @@ object Versions { const val blurry = "3.0.0" // https://github.com/mikepenz/FastAdapter/releases - const val fastAdapter = "4.1.0-b01" + const val fastAdapter = "4.1.0-b02" // https://github.com/bumptech/glide/releases const val glide = "4.9.0" @@ -71,7 +71,7 @@ object Versions { const val bugsnagPlugin="4.5.2" // https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google - const val gradlePlugin = "3.5.0-rc03" + const val gradlePlugin = "3.5.0" // https://github.com/dcendents/android-maven-gradle-plugin/releases const val mavenPlugin = "2.1" // https://github.com/Triple-T/gradle-play-publisher/releases @@ -81,5 +81,5 @@ object Versions { const val dexCountPlugin = "0.8.6" // https://github.com/gladed/gradle-android-git-version/releases - const val gitVersionPlugin = "0.4.9" + const val gitVersionPlugin = "0.4.10" } \ No newline at end of file diff --git a/core-ui/src/main/res-public/values/public.xml b/core-ui/src/main/res-public/values/public.xml index c8c2e56..f62ed25 100644 --- a/core-ui/src/main/res-public/values/public.xml +++ b/core-ui/src/main/res-public/values/public.xml @@ -1,10 +1,10 @@ - - - + + + \ No newline at end of file diff --git a/core/src/main/res-public/values/public.xml b/core/src/main/res-public/values/public.xml index 211c539..443f32e 100644 --- a/core/src/main/res-public/values/public.xml +++ b/core/src/main/res-public/values/public.xml @@ -1,20 +1,25 @@ - - + - - - - + - - - + + + + + + + + + + + + @@ -100,6 +105,7 @@ + @@ -107,12 +113,6 @@ - - - - - - - - + + \ No newline at end of file -- cgit v1.2.3