kolipass / nuance-speachkit-android

Gradle nuance speachkit android lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuance Mobile SDK

Usage

  • Normal usage (not work in current moment)

Add it to your root build.gradle with:

repositories {
    maven { url "https://jitpack.io" }
}

and:

dependencies {
	compile 'com.github.kolipass:nuance-speachkit-android:1.4.12'
}

or

dependencies {
	compile 'com.github.kolipass:nuance-speachkit-android:-SNAPSHOT'
}
  • Sub project dependency

In your project root folder:

$ git submodule add https://github.com/kolipass/nuance-speachkit-android speachkit
$ git submodule init
$ git submodule update
$ echo "include ':speachkit:library'" >  settings.gradle
  • Local usage (prefer in current moment)

If you want to use you own local fork: You need run gradle installand check the local Maven repo folder .m2/repository/speachkit/library/

Add it to your root build.gradle with:

repositories {
        mavenLocal()
}

and:

dependencies {
     compile 'speachkit:library:unspecified'
}

Release

About

Gradle nuance speachkit android lib


Languages

Language:Java 100.0%