0
0
mirror of https://github.com/markusfisch/BinaryEye.git synced 2024-09-20 03:52:16 +02:00

Include aar of CameraView library

Because you simply cannot rely on JitPack.
This commit is contained in:
Markus Fisch 2018-05-29 19:47:28 +02:00
parent 6e645a567a
commit f6a582e4f7
2 changed files with 1 additions and 2 deletions

View File

@ -45,8 +45,7 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: '*')
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "com.android.support:appcompat-v7:$support_version"
implementation "com.android.support:design:$support_version"
implementation 'com.github.markusfisch:CameraView:1.6.0'
}

Binary file not shown.