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

Remove pre-built libraries and use gradle instead

Because F-Droid won't accept apps that contain pre-built libraries
that aren't fetched from a white-listed Maven repository, see
https://github.com/markusfisch/BinaryEye/issues/1
This commit is contained in:
Markus Fisch 2019-02-14 19:46:26 +01:00
parent 8f68e66047
commit ac900ec855
3 changed files with 2 additions and 1 deletions

View File

@ -60,8 +60,9 @@ dependencies {
}
testImplementation 'junit:junit:4.12'
implementation fileTree(dir: 'libs', include: '*')
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.google.zxing:core:3.3.3'
implementation 'com.github.markusfisch:CameraView:1.8.1'
}

Binary file not shown.

Binary file not shown.