Skip to content

Commit

Permalink
ClarifaiGH-12 Updated to the latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rok-povsic committed Sep 11, 2017
1 parent 6552b46 commit 4dbd858
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath(
"com.android.tools.build:gradle:2.2.0",
'com.android.tools.build:gradle:2.3.3',
"com.neenbedankt.gradle.plugins:android-apt:1.8",
)
}
Expand All @@ -19,7 +19,7 @@ repositories {

android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
buildToolsVersion '25.0.0'
defaultConfig {
applicationId "com.clarifai.android.starter.api.v2"
minSdkVersion 15
Expand All @@ -36,7 +36,7 @@ dependencies {
"com.android.support:recyclerview-v7:24.2.1",
"com.android.support:design:24.2.1",

"com.clarifai.clarifai-api2:core:2.0.2",
"com.clarifai.clarifai-api2:core:2.2.+",


// For logging our HTTP outbound + inbound data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
import butterknife.BindView;
import butterknife.OnClick;
import clarifai2.api.ClarifaiResponse;
import clarifai2.dto.input.ClarifaiImage;
import clarifai2.dto.input.ClarifaiInput;
import clarifai2.dto.input.image.ClarifaiImage;
import clarifai2.dto.model.ConceptModel;
import clarifai2.dto.model.output.ClarifaiOutput;
import clarifai2.dto.prediction.Concept;
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Dec 28 10:00:20 PST 2015
#Mon Sep 11 13:17:45 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip

0 comments on commit 4dbd858

Please sign in to comment.