Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nshmyrev committed Jun 26, 2022
1 parent fe876ac commit 08fa4e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
13 changes: 6 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,18 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'net.java.dev.jna:jna:5.8.0@aar'
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'com.google.android.material:material:1.6.0-alpha01'
implementation 'com.google.android.material:material:1.6.0'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
implementation 'io.reactivex.rxjava2:rxjava:2.2.9'
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'
implementation group: 'com.alphacephei', name: 'vosk-android', version: '0.3.23'
implementation group: 'com.alphacephei', name: 'vosk-model-en', version: '0.3.23'
implementation 'com.google.firebase:firebase-crashlytics-buildtools:2.8.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation group: 'com.alphacephei', name: 'vosk-android', version: '0.3.38'
implementation group: 'com.alphacephei', name: 'vosk-model-en', version: '0.3.38'
implementation 'com.google.firebase:firebase-crashlytics-buildtools:2.9.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.github.pwittchen:reactivenetwork-rx2:0.12.3'
implementation 'commons-io:commons-io:2.11.0'
}
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
package="org.vosk.service">

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down

0 comments on commit 08fa4e4

Please sign in to comment.