diff options
author | Allan Wang <me@allanwang.ca> | 2019-12-30 19:06:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-30 19:06:49 -0800 |
commit | 7a007420e74e6bd4e08bde123e6e163eefc18b92 (patch) | |
tree | 9ce26231d57fbe7636a3d7de7db2d02c18167e47 /buildSrc | |
parent | 9cdb19178a17ba009c953d63c6a777b37ea0bd79 (diff) | |
download | kau-7a007420e74e6bd4e08bde123e6e163eefc18b92.tar.gz kau-7a007420e74e6bd4e08bde123e6e163eefc18b92.tar.bz2 kau-7a007420e74e6bd4e08bde123e6e163eefc18b92.zip |
Update Versions (#238)
* Downgrade material
* Downgrade appcompat
* Downgrade other related projects
* Remove aboutlibrary ui dependencies
* Update versions back
Diffstat (limited to 'buildSrc')
-rw-r--r-- | buildSrc/src/main/kotlin/kau/Dependencies.kt | 2 | ||||
-rw-r--r-- | buildSrc/src/main/kotlin/kau/Versions.kt | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/buildSrc/src/main/kotlin/kau/Dependencies.kt b/buildSrc/src/main/kotlin/kau/Dependencies.kt index f7faeb0..caf2f6e 100644 --- a/buildSrc/src/main/kotlin/kau/Dependencies.kt +++ b/buildSrc/src/main/kotlin/kau/Dependencies.kt @@ -68,7 +68,7 @@ object Dependencies { const val iconicsCommunity = "com.mikepenz:community-material-typeface:${Versions.iconicsCommunity}-kotlin@aar" - const val aboutLibraries = "com.mikepenz:aboutlibraries:${Versions.aboutLibraries}" + const val aboutLibrariesCore = "com.mikepenz:aboutlibraries-core:${Versions.aboutLibraries}" const val blurry = "jp.wasabeef:blurry:${Versions.blurry}" diff --git a/buildSrc/src/main/kotlin/kau/Versions.kt b/buildSrc/src/main/kotlin/kau/Versions.kt index e816714..6e1d70b 100644 --- a/buildSrc/src/main/kotlin/kau/Versions.kt +++ b/buildSrc/src/main/kotlin/kau/Versions.kt @@ -24,7 +24,7 @@ object Versions { const val cardView = "1.0.0" // https://mvnrepository.com/artifact/androidx.constraintlayout/constraintlayout - const val constraintLayout = "2.0.0-beta3" + const val constraintLayout = "2.0.0-beta4" // https://mvnrepository.com/artifact/androidx.core/core-ktx const val coreKtx = "1.2.0-rc01" @@ -33,16 +33,16 @@ object Versions { const val kotlin = "1.3.61" // https://github.com/Kotlin/kotlinx.coroutines/releases - const val coroutines = "1.3.2" + const val coroutines = "1.3.3" // https://github.com/mikepenz/AboutLibraries/releases - const val aboutLibraries = "7.0.4" + const val aboutLibraries = "7.1.0" // https://github.com/wasabeef/Blurry/releases const val blurry = "3.0.0" // https://github.com/mikepenz/FastAdapter/releases - const val fastAdapter = "4.1.1" + const val fastAdapter = "4.1.2" // https://github.com/bumptech/glide/releases const val glide = "4.10.0" @@ -77,7 +77,7 @@ object Versions { const val bugsnagPlugin="4.7.2" // https://mvnrepository.com/artifact/com.android.tools.build/gradle?repo=google - const val gradlePlugin = "3.6.0-beta05" + const val gradlePlugin = "3.6.0-rc01" // https://github.com/dcendents/android-maven-gradle-plugin/releases const val mavenPlugin = "2.1" // https://github.com/Triple-T/gradle-play-publisher/releases |