blob: 5a9dec3bc808aeb5b13c1a02ee6f064fac9e2f64 [file] [log] [blame]
apply plugin: 'com.android.tools.java-library'
dependencies {
implementation libs.flatbuffers
implementation libs.tensorflow_lite_metadata
implementation project(':base:common')
testImplementation project(':base:testutils')
testImplementation libs.junit
testImplementation libs.apache_commons_io
testImplementation libs.mockito_core
}