支持菜品识别

This commit is contained in:
2025-10-16 19:20:59 +08:00
parent d9b725cb63
commit c23aedf464
19 changed files with 579 additions and 42 deletions
+6 -1
View File
@@ -1,5 +1,6 @@
plugins {
alias(libs.plugins.android.library)
// alias(libs.plugins.android.library)
id("com.android.library")
}
android {
@@ -64,4 +65,8 @@ dependencies {
val glideVersion = "4.12.0"
implementation("com.github.bumptech.glide:glide:$glideVersion")
annotationProcessor("com.github.bumptech.glide:compiler:$glideVersion")
val objectboxVersion = "5.0.1"
debugImplementation("io.objectbox:objectbox-android-objectbrowser:$objectboxVersion")
// releaseImplementation("io.objectbox:objectbox-android:$objectboxVersion")
}