mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
aaaand forgot to commit the gradle changes
This commit is contained in:
parent
abea51c805
commit
deb24021a8
1 changed files with 1 additions and 4 deletions
|
@ -6,8 +6,8 @@ import java.time.format.DateTimeFormatter
|
||||||
plugins {
|
plugins {
|
||||||
id(Plugins.androidApplication)
|
id(Plugins.androidApplication)
|
||||||
kotlin(Plugins.kotlinAndroid)
|
kotlin(Plugins.kotlinAndroid)
|
||||||
kotlin(Plugins.kotlinExtensions)
|
|
||||||
kotlin(Plugins.kapt)
|
kotlin(Plugins.kapt)
|
||||||
|
id(Plugins.kotlinParcelize)
|
||||||
id(Plugins.kotlinSerialization)
|
id(Plugins.kotlinSerialization)
|
||||||
id(Plugins.aboutLibraries)
|
id(Plugins.aboutLibraries)
|
||||||
id(Plugins.firebaseCrashlytics)
|
id(Plugins.firebaseCrashlytics)
|
||||||
|
@ -87,9 +87,6 @@ android {
|
||||||
jvmTarget = "1.8"
|
jvmTarget = "1.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
androidExtensions {
|
|
||||||
isExperimental = true
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// Modified dependencies
|
// Modified dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue