Skip to content

Commit

Permalink
SDK Release 1.3.0 Add support for 8 new languages: Spanish, French, I…
Browse files Browse the repository at this point in the history
…talian, Japanese, Korean, three dialects of Chinese. Update API.AI protocol support.
  • Loading branch information
Danil Skachkov committed Feb 6, 2015
1 parent c9c90a8 commit b6b62da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apiAISampleApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies {
compile 'com.google.code.gson:gson:2.3'
compile 'commons-io:commons-io:2.4'

//compile 'ai.api:sdk:1.2.0@aar'
compile 'ai.api:sdk:1.3.0@aar'

// this line left for testing purposes
compile project(':ailib')
//compile project(':ailib')
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.2.0
VERSION_CODE=6
VERSION_NAME=1.3.0
VERSION_CODE=7
GROUP=ai.api

POM_DESCRIPTION=API.AI Android SDK allows using voice commands and integration with dialog scenarios defined for a particular agent in API.AI.
Expand Down

0 comments on commit b6b62da

Please sign in to comment.