Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ before_install:
- yes | sdkmanager "platforms;android-26"
- yes | sdkmanager "platforms;android-27"
- android list target
- echo "" >> local.properties
- echo "keyPassword=abc" >> local.properties
- echo "" >> local.properties
- echo "storeFile=kartulispeechrecognizer" >> local.properties
# - echo "TRAVIS is $TRAVIS"
# - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
# - emulator -writable-system -avd test -no-audio -no-window -use-system-libs -gpu host &
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
// implementation project(':pocketsphinx-android')
// implementation 'cesine.educmupocketsphinx:pocketsphinx-android:v0.9-rc1-debug@aar'
compile 'edu.cmu.pocketsphinx:pocketsphinx-android:v0.9-rc1'
// implementation project(':fielddb')
compile 'com.github.fielddb:fielddb:3.17.0-rc3'
}
Expand Down
Binary file removed app/libs/pocketsphinx-android-v0.9-rc1-debug.aar
Binary file not shown.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ allprojects {
maven {
url "https://dl.bintray.com/fielddb/maven"
}
maven {
url "https://dl.bintray.com/cesine/educmupocketsphinx"
}
// maven {
// url "https://dl.bintray.com"
// }
flatDir {
dirs 'libs'
}
Expand Down