Skip to content

Commit

Permalink
SDK Release 1.1.0
Browse files Browse the repository at this point in the history
Add Speaktoit recognition and contexts support
  • Loading branch information
Danil Skachkov committed Nov 6, 2014
1 parent 56bf0ad commit 4019485
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apiAISampleApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:19.+'
compile 'ai.api:sdk:1.0.1'
compile 'ai.api:sdk:1.1.0'

// this line left for testing purposes
// compile project(':ailib')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public class MainActivity extends ActionBarActivity implements AIListener {
private TextView resultTextView;
private Gson gson;
private EditText contextTextView;
private EditText agentTextView;

@Override
protected void onCreate(final Bundle savedInstanceState) {
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.0.1
VERSION_CODE=2
VERSION_NAME=1.1.0
VERSION_CODE=3
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 4019485

Please sign in to comment.