Skip to content

Commit

Permalink
Add vosk
Browse files Browse the repository at this point in the history
  • Loading branch information
dewijones92 committed May 15, 2021
1 parent cafdfe3 commit d6e1c75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,20 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}

compileJava {
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
}
}

dependencies {

implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation project(':dewivosk')
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}
}
2 changes: 2 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
rootProject.name = "VoskIntegrate"
include ':app'
include ':dewivosk'
project(':dewivosk').projectDir = new File('/home/dewi/code/vosk-api/android/lib')

0 comments on commit d6e1c75

Please sign in to comment.