app: fix time i18n

This commit is contained in:
vvb2060
2025-07-05 12:57:52 +00:00
committed by John Wu
parent a897e82fa4
commit 2a42ca2b8f
4 changed files with 24 additions and 23 deletions

View File

@@ -27,10 +27,15 @@ android {
aidl = true
buildConfig = true
}
compileOptions {
isCoreLibraryDesugaringEnabled = true
}
}
dependencies {
api(project(":shared"))
coreLibraryDesugaring(libs.jdk.libs)
api(libs.timber)
api(libs.markwon.core)