Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_yitu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_yitu
Commits
ce8955c4
Commit
ce8955c4
authored
Dec 05, 2019
by
pengsong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1192
parent
990f2baf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
build.gradle
+0
-5
src/main/AndroidManifest.xml
+0
-8
No files found.
build.gradle
View file @
ce8955c4
import
java.lang.reflect.Type
buildscript
{
repositories
{
maven
{
url
'https://maven.fabric.io/public'
}
}
dependencies
{
...
...
@@ -11,15 +9,12 @@ buildscript {
// We recommend changing it to the latest version from our changelog:
// https://docs.fabric.io/android/changelog.html#fabric-gradle-plugin
classpath
'io.fabric.tools:gradle:1.+'
}
}
apply
plugin:
'com.android.library'
apply
plugin:
'io.fabric'
repositories
{
maven
{
url
'https://maven.fabric.io/public'
}
}
android
{
...
...
src/main/AndroidManifest.xml
View file @
ce8955c4
...
...
@@ -3,10 +3,6 @@
xmlns:tools=
"http://schemas.android.com/tools"
package=
"com.oliveapp.liveness.sample"
>
<uses-sdk
android:minSdkVersion=
"14"
android:targetSdkVersion=
"22"
/>
<uses-permission
android:name=
"android.permission.CAMERA"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-feature
...
...
@@ -44,9 +40,6 @@
android:name=
".liveness.view_controller.LivenessDetectionActivity"
android:screenOrientation=
"portrait"
/>
<meta-data
android:name=
"io.fabric.ApiKey"
android:value=
"a5743d4d09caed055bc5d622e1bfe69a509d1add"
/>
</application>
</manifest>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment