...
This commit is contained in:
@@ -65,6 +65,8 @@ android {
|
||||
buildFeatures {
|
||||
viewBinding = true
|
||||
dataBinding = true
|
||||
buildConfig = true
|
||||
resValues = true
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
@@ -111,7 +113,12 @@ dependencies {
|
||||
implementation(project(":utils"))
|
||||
// implementation ("org.apache.tika:tika-parsers:1.12")
|
||||
|
||||
|
||||
// implementation("org.opencv:opencv-android:4.11.0")
|
||||
|
||||
|
||||
implementation ("androidx.media:media:1.7.0")
|
||||
implementation(project(":sdk"))
|
||||
// implementation ("me.everything:providers-android:1.0.1")
|
||||
// implementation ("me.everything:providers-core:1.0.1")
|
||||
// implementation ("androidx.window:window:1.0.0")
|
||||
|
||||
Reference in New Issue
Block a user