Merge pull request #1904 from lissyx/remove-appcompat-v7

Remove useless appcompat-v7 on libdeepspeech Java
This commit is contained in:
lissyx 2019-02-26 11:59:52 +01:00 committed by GitHub
commit e06d2d91e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'