blob: 04236695a01a803d1de18a3499f634ba2cc67d11 [file] [log] [blame]
apply plugin: 'com.android.tools.java-library'
dependencies {
implementation libs.flatbuffers
implementation libs.tensorflow_lite_metadata
implementation libs.com.android.tools.common
testImplementation libs.com.android.tools.testutils
testImplementation libs.junit
testImplementation libs.apache_commons_io
testImplementation libs.mockito_core
}