From 91e877bcf12177a7cb38dc385f879dca6f3a9b14 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Thu, 15 Aug 2019 15:59:10 -0700 Subject: Update gradle version --- buildSrc/src/main/kotlin/kau/Versions.kt | 2 +- core-ui/src/main/res-public/values/public.xml | 6 ++-- core/src/main/res-public/values/public.xml | 52 +++++++++++++-------------- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/buildSrc/src/main/kotlin/kau/Versions.kt b/buildSrc/src/main/kotlin/kau/Versions.kt index f3fbd09..2e796a1 100644 --- a/buildSrc/src/main/kotlin/kau/Versions.kt +++ b/buildSrc/src/main/kotlin/kau/Versions.kt @@ -71,7 +71,7 @@ object Versions { const val bugsnagPlugin="4.1.1" // https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google - const val gradlePlugin = "3.5.0-rc01" + const val gradlePlugin = "3.5.0-rc03" // https://github.com/dcendents/android-maven-gradle-plugin/releases const val mavenPlugin = "2.1" // https://github.com/Triple-T/gradle-play-publisher/releases diff --git a/core-ui/src/main/res-public/values/public.xml b/core-ui/src/main/res-public/values/public.xml index 71657d6..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 0b050dc..443f32e 100644 --- a/core/src/main/res-public/values/public.xml +++ b/core/src/main/res-public/values/public.xml @@ -1,27 +1,25 @@ - - - - - - - - - - - - - - + - + + + - + + - - + + + + + + + + + + @@ -50,13 +48,6 @@ - - - - - - - @@ -112,7 +103,16 @@ - + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3