Skip to content

Commit

Permalink
upgrade maven-gradle-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pqpo committed Jul 4, 2019
1 parent 0e366a1 commit a2f6477
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
}
}
Expand Down
4 changes: 2 additions & 2 deletions smartcropperlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'org.tensorflow:tensorflow-lite:1.13.1'
api fileTree(dir: 'libs', include: ['*.jar'])
api 'org.tensorflow:tensorflow-lite:1.13.1'
}

0 comments on commit a2f6477

Please sign in to comment.