Skip to content

Commit

Permalink
Remove pre-built libraries and use gradle instead
Browse files Browse the repository at this point in the history
Because F-Droid won't accept apps that contain pre-built libraries
that aren't fetched from a white-listed Maven repository, see
#1
  • Loading branch information
markusfisch committed Feb 14, 2019
1 parent 8f68e66 commit ac900ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 removed app/libs/cameraview-1.8.0.aar
Binary file not shown.
Binary file removed app/libs/core-3.3.2.jar
Binary file not shown.

0 comments on commit ac900ec

Please sign in to comment.