Skip to content

Commit 2fe92e8

Browse files
committed
fotoapparat library issue fixed
1 parent b363189 commit 2fe92e8

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

android/libfotoapparat/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
configurations.maybeCreate("default")
2+
artifacts.add("default", file('fotoapparat-2.7.0.aar'))
307 KB
Binary file not shown.

android/settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include ':app', ':libfacesdk'
1+
include ':app', ':libfacesdk', 'libfotoapparat'
22

33
def localPropertiesFile = new File(rootProject.projectDir, "local.properties")
44
def properties = new Properties()

facesdk_plugin/android/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ dependencies {
7373
// implementation "androidx.camera:camera-camera2:1.0.0-beta12"
7474
// implementation "androidx.camera:camera-lifecycle:1.0.0-beta12"
7575
// implementation 'androidx.camera:camera-view:1.0.0-alpha19'
76-
implementation 'io.fotoapparat:fotoapparat:2.7.0'
76+
// implementation 'io.fotoapparat:fotoapparat:2.7.0'
77+
implementation project(":libfotoapparat")
7778

7879
implementation project(":libfacesdk")
7980
}

0 commit comments

Comments
 (0)