We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cd356 commit bbafc26Copy full SHA for bbafc26
apiAISampleApp/build.gradle
@@ -35,7 +35,7 @@ dependencies {
35
compile 'com.google.code.gson:gson:2.3'
36
compile 'commons-io:commons-io:2.4'
37
38
- compile 'ai.api:sdk:1.6.6@aar'
+ compile 'ai.api:sdk:1.6.7@aar'
39
40
// this line left for testing purposes
41
//compile project(':ailib')
gradle.properties
@@ -17,8 +17,8 @@
17
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
18
# org.gradle.parallel=true
19
20
-VERSION_NAME=1.6.6
21
-VERSION_CODE=23
+VERSION_NAME=1.6.7
+VERSION_CODE=24
22
GROUP=ai.api
23
24
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