mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-28 17:19:00 +03:00
Merge branch 'tachiyomiorg:master' into master
This commit is contained in:
commit
0ad59ee9a6
2 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue