Make gradle download the TFLite segmentation model (#8)
This commit is contained in:
@@ -7,6 +7,7 @@ plugins {
|
||||
android {
|
||||
namespace = "org.mydomain.myscan"
|
||||
compileSdk = 35
|
||||
sourceSets["main"].assets.srcDir(layout.buildDirectory.dir("generated/assets"))
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "org.mydomain.myscan"
|
||||
@@ -43,6 +44,8 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
apply(from = "download-tflite.gradle.kts")
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation(libs.androidx.core.ktx)
|
||||
|
||||
Reference in New Issue
Block a user