Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zozero94 committed Dec 11, 2020
1 parent 4b51443 commit 36e15f2
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion MyApplication/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation project(':data')
implementation project(':domain')

implementation fileTree(dir: "libs", include: ["*.jar"])
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

implementation 'androidx.appcompat:appcompat:1.2.0'
Expand Down Expand Up @@ -113,4 +113,14 @@ dependencies {
implementation "androidx.camera:camera-view:1.0.0-alpha19"
implementation "androidx.camera:camera-extensions:1.0.0-alpha19"

/**
* MediaPipe
*/
implementation 'com.google.flogger:flogger:0.3.1'
implementation 'com.google.flogger:flogger-system-backend:0.3.1'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.google.guava:guava:27.0.1-android'
implementation 'com.google.guava:guava:27.0.1-android'
implementation 'com.google.protobuf:protobuf-java:3.11.4'

}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Face
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 36e15f2

Please sign in to comment.