mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 19:55:11 +01:00
aaaand forgot to commit the gradle changes
This commit is contained in:
parent
abea51c805
commit
deb24021a8
@ -6,8 +6,8 @@ import java.time.format.DateTimeFormatter
|
||||
plugins {
|
||||
id(Plugins.androidApplication)
|
||||
kotlin(Plugins.kotlinAndroid)
|
||||
kotlin(Plugins.kotlinExtensions)
|
||||
kotlin(Plugins.kapt)
|
||||
id(Plugins.kotlinParcelize)
|
||||
id(Plugins.kotlinSerialization)
|
||||
id(Plugins.aboutLibraries)
|
||||
id(Plugins.firebaseCrashlytics)
|
||||
@ -87,9 +87,6 @@ android {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
}
|
||||
androidExtensions {
|
||||
isExperimental = true
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// Modified dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user