ПРЕДУПРЕЖДЕНИЕ. Пакет приложений содержит 32-битный файл битового кода RenderScript (.bc), который отключает поддержку 64-битной версии в Android. Собственные 64-битные библиотеки не будут включены в генерируемые APK.
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a'
}
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.github.bumptech.glide:glide:4.9.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
implementation 'com.github.yalantis:ucrop:2.2.4'
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
implementation 'org.tensorflow:tensorflow-android:1.2.0'