diff --git a/.travis.yml b/.travis.yml index 15774ec..973c51e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 & diff --git a/app/build.gradle b/app/build.gradle index 69a1873..f7b47fd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' } diff --git a/app/libs/pocketsphinx-android-v0.9-rc1-debug.aar b/app/libs/pocketsphinx-android-v0.9-rc1-debug.aar deleted file mode 100644 index 680e42c..0000000 Binary files a/app/libs/pocketsphinx-android-v0.9-rc1-debug.aar and /dev/null differ diff --git a/build.gradle b/build.gradle index aacfefe..c996247 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }