Skip to content

Commit

Permalink
updated android project and doc
Browse files Browse the repository at this point in the history
Former-commit-id: a812cb9
  • Loading branch information
kenarsa committed Nov 14, 2018
1 parent 8124a42 commit 73e2a33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.2.1'
}
}

Expand Down
4 changes: 2 additions & 2 deletions demo/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Apr 09 11:20:54 PDT 2018
#Tue Nov 13 18:38:12 PST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
5 changes: 5 additions & 0 deletions tools/optimizer/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Porcupine Optimizer

Please note that the optimizer tool in this repository can only generate keyword files for Linux, Mac, and Windows.
Furthermore these models are intended for non-commercial use only and their use in a commercial product is prohibited.
For more detail please refer to our [license terms](https://github.com/Picovoice/Porcupine#license). Finally a model file is
valid for 90 days but you can always use the optimizer to generate a new one.

The optimizer enables developers to build models for their wake words of choice. Below it is assumed that the current
working directory is the root of the repository. ```${SYSTEM}``` refers to the operating system (linux, mac, or windows) and
```${MACHINE}``` refers to CPU architecture.
Expand Down

0 comments on commit 73e2a33

Please sign in to comment.