Remove local precompiled lib inclusion

We don't actually use any precompiled libraries from local .jar files,
so there's no reason to have this in our build script.
This commit is contained in:
Stephen Michel 2020-03-07 09:46:24 -05:00
parent a5651eb7ab
commit 05e9a18ce2
1 changed files with 0 additions and 2 deletions

View File

@ -64,8 +64,6 @@ android {
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
// Android/platform deps
implementation "androidx.core:core:1.2.0"
implementation "androidx.appcompat:appcompat:1.1.0"