Skip to content

Commit

Permalink
Vosk is now on mavencentral
Browse files Browse the repository at this point in the history
  • Loading branch information
nshmyrev committed Nov 7, 2021
1 parent eafed04 commit b003565
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ apply plugin: 'com.android.application'

repositories {
google()
maven {
url 'https://alphacephei.com/maven/'
}
mavenCentral()
}

android {
Expand Down Expand Up @@ -34,6 +32,6 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'net.java.dev.jna:jna:5.8.0@aar'
implementation group: 'com.alphacephei', name: 'vosk-android', version: '0.3.23'
implementation group: 'com.alphacephei', name: 'vosk-android', version: '0.3.32'
implementation project(':models')
}

0 comments on commit b003565

Please sign in to comment.