12 lines
649 B
Diff
12 lines
649 B
Diff
diff --git a/node_modules/@react-native-voice/voice/android/build.gradle b/node_modules/@react-native-voice/voice/android/build.gradle
|
|
index 8fce879..bda4ee1 100644
|
|
--- a/node_modules/@react-native-voice/voice/android/build.gradle
|
|
+++ b/node_modules/@react-native-voice/voice/android/build.gradle
|
|
@@ -62,6 +62,5 @@ def supportVersion = rootProject.hasProperty('supportLibVersion') ? rootProject.
|
|
dependencies {
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
testImplementation 'junit:junit:4.12'
|
|
- implementation "com.android.support:appcompat-v7:${supportVersion}"
|
|
implementation 'com.facebook.react:react-native:+'
|
|
}
|