Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Port lib to android studio 3.2.1. Release image buffer as soon as possible in lib #31

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
build/*.*
openCVLibrary310/*.*
openCVLibrary310/*.*

# Gradle files
.gradle/

# Local configuration file (sdk path, etc)
local.properties

# Intellij
*.iml
.idea
18 changes: 0 additions & 18 deletions Android-Face-Recognition-with-Deep-Learning-Library.iml

This file was deleted.

4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.android.tools.build:gradle:3.2.1'
}
}

Expand All @@ -15,6 +16,7 @@ allprojects {
maven {
url "http://dl.bintray.com/qualeams/Android-Face-Recognition-Deep-Learning-Library"
}
google()
}
}

Expand Down
126 changes: 0 additions & 126 deletions facerecognitionlibrary.iml

This file was deleted.

Loading