Commit ce8955c4 by pengsong

1192

parent 990f2baf
import java.lang.reflect.Type
buildscript { buildscript {
repositories { repositories {
maven { url 'https://maven.fabric.io/public' }
} }
dependencies { dependencies {
...@@ -11,15 +9,12 @@ buildscript { ...@@ -11,15 +9,12 @@ buildscript {
// We recommend changing it to the latest version from our changelog: // We recommend changing it to the latest version from our changelog:
// https://docs.fabric.io/android/changelog.html#fabric-gradle-plugin // https://docs.fabric.io/android/changelog.html#fabric-gradle-plugin
classpath 'io.fabric.tools:gradle:1.+'
} }
} }
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
apply plugin: 'io.fabric'
repositories { repositories {
maven { url 'https://maven.fabric.io/public' }
} }
android { android {
......
...@@ -3,10 +3,6 @@ ...@@ -3,10 +3,6 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
package="com.oliveapp.liveness.sample"> 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.CAMERA" />
<uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.INTERNET" />
<uses-feature <uses-feature
...@@ -44,9 +40,6 @@ ...@@ -44,9 +40,6 @@
android:name=".liveness.view_controller.LivenessDetectionActivity" android:name=".liveness.view_controller.LivenessDetectionActivity"
android:screenOrientation="portrait" /> android:screenOrientation="portrait" />
<meta-data
android:name="io.fabric.ApiKey"
android:value="a5743d4d09caed055bc5d622e1bfe69a509d1add" />
</application> </application>
</manifest> </manifest>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment