From ff88ab2a62b602b411e04e4e7a32bfd3047cfe7e Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Tue, 26 Feb 2019 10:12:52 +0100 Subject: [PATCH] Remove useless appcompat-v7 on libdeepspeech Java --- native_client/java/libdeepspeech/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/native_client/java/libdeepspeech/build.gradle b/native_client/java/libdeepspeech/build.gradle index d59d5558..1b4554c4 100644 --- a/native_client/java/libdeepspeech/build.gradle +++ b/native_client/java/libdeepspeech/build.gradle @@ -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'