mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-03-26 08:50:18 +01:00
enabling date/time backporting, adds 50kb~
This commit is contained in:
parent
50f0ba4e3c
commit
dbc915db58
@ -41,12 +41,18 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
coreLibraryDesugaringEnabled true
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
resources.excludes += "DebugProbesKt.bin"
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
||||
|
||||
implementation project(":features:home")
|
||||
implementation project(":features:directory")
|
||||
implementation project(":features:login")
|
||||
|
Loading…
x
Reference in New Issue
Block a user