Skip to content

Commit bbafc26

Browse files
author
Danil Skachkov
committed
SDK Release 1.6.7
1 parent 80cd356 commit bbafc26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apiAISampleApp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
compile 'com.google.code.gson:gson:2.3'
3636
compile 'commons-io:commons-io:2.4'
3737

38-
compile 'ai.api:sdk:1.6.6@aar'
38+
compile 'ai.api:sdk:1.6.7@aar'
3939

4040
// this line left for testing purposes
4141
//compile project(':ailib')

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=1.6.6
21-
VERSION_CODE=23
20+
VERSION_NAME=1.6.7
21+
VERSION_CODE=24
2222
GROUP=ai.api
2323

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

0 commit comments

Comments
 (0)