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:
parent
a5651eb7ab
commit
05e9a18ce2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue