mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
Merge pull request #1904 from lissyx/remove-appcompat-v7
Remove useless appcompat-v7 on libdeepspeech Java
This commit is contained in:
commit
e06d2d91e3
@ -48,7 +48,6 @@ android {
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
implementation 'com.android.support:appcompat-v7:27.1.1'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
|
||||
androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user