Skip to content

Commit

Permalink
SDK Release 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil Skachkov committed Jul 28, 2015
1 parent 80cd356 commit bbafc26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apiAISampleApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
compile 'com.google.code.gson:gson:2.3'
compile 'commons-io:commons-io:2.4'

compile 'ai.api:sdk:1.6.6@aar'
compile 'ai.api:sdk:1.6.7@aar'

// this line left for testing purposes
//compile project(':ailib')
Expand Down
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.6.6
VERSION_CODE=23
VERSION_NAME=1.6.7
VERSION_CODE=24
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 bbafc26

Please sign in to comment.