6.6.3 - Alpha2 - 本地化 Material Date Time Picker (版本 4.2.3)

This commit is contained in:
SuperMonster003
2025-05-07 23:47:22 +08:00
parent 6dc86a0668
commit 7a3891a14e
114 changed files with 14024 additions and 9 deletions

View File

@@ -212,9 +212,9 @@ dependencies /* Unclassified */ {
implementation(files("$rootDir/libs/tiny-sign-0.9.jar"))
// Room
implementation("androidx.room:room-runtime:2.7.0")
implementation("androidx.room:room-ktx:2.7.0")
ksp("androidx.room:room-compiler:2.7.0")
implementation("androidx.room:room-runtime:2.7.1")
implementation("androidx.room:room-ktx:2.7.1")
ksp("androidx.room:room-compiler:2.7.1")
// ApkSig
// implementation("com.android.tools.build:apksig:8.7.3")
@@ -231,6 +231,9 @@ dependencies /* Unclassified */ {
// Jsoup
implementation("org.jsoup:jsoup:1.19.1")
// Material Date Time Picker
implementation(project(":modules:material-date-time-picker"))
}
dependencies /* MIME */ {