Merge branch 'tachiyomiorg:master' into master

This commit is contained in:
jmir1 2021-05-28 01:04:27 +02:00
commit 0ad59ee9a6
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ subprojects {
buildscript {
dependencies {
classpath("com.github.zellius:android-shortcut-gradle-plugin:0.1.2")
classpath("com.google.gms:google-services:4.3.5")
classpath("com.google.gms:google-services:4.3.8")
classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${BuildPluginsVersion.ABOUTLIB_PLUGIN}")
classpath(kotlin("serialization", version = BuildPluginsVersion.KOTLIN))
}

View file

@ -1,7 +1,7 @@
object BuildPluginsVersion {
const val AGP = "4.2.1"
const val KOTLIN = "1.4.32"
const val KOTLINTER = "3.4.0"
const val KOTLIN = "1.5.10"
const val KOTLINTER = "3.4.4"
const val VERSIONS_PLUGIN = "0.39.0"
const val ABOUTLIB_PLUGIN = "8.8.6"
}