Skip to content

Commit

Permalink
Update with new version [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
Neno0o committed Apr 27, 2019
1 parent 89d31e9 commit 88cffcc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@ The library provides helper class for Image Classification at the minimum usage.
## Download
Gradle

```groovy
repositories {
maven {
url "https://dl.bintray.com/neno0o/tflite_helper"
}
}
```

```groovy
implementation 'com.neno0o.tflitehelper:imageclassification:0.0.1'
```
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation "com.camerakit:jpegkit:$versions.jpegkitVerions"

implementation(project(':imageclassification'))
// implementation 'com.neno0o.tflitehelper:imageclassification:1.0.0'
// implementation 'com.neno0o.tflitehelper:imageclassification:0.0.1'

implementation "org.tensorflow:tensorflow-lite:$versions.tfliteVersion"

Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ allprojects {
repositories {
google()
jcenter()
maven {
url "https://dl.bintray.com/neno0o/tflite_helper"
}
}

tasks.withType(Javadoc).all {
Expand Down

0 comments on commit 88cffcc

Please sign in to comment.