Skip to content

Commit

Permalink
modify implementation to api in library
Browse files Browse the repository at this point in the history
  • Loading branch information
pqpo committed Jul 4, 2019
1 parent 11142b9 commit d27b0e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
}

dependencies {
// implementation project(':smartcropperlib')
implementation project(':smartcropperlib')
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
Expand All @@ -37,5 +37,5 @@ dependencies {

// For developers using the Android Support Library
implementation 'pub.devrel:easypermissions:2.0.1'
implementation 'com.github.pqpo:SmartCropper:v2.1.1'
// api 'com.github.pqpo:SmartCropper:v2.1.1'
}
6 changes: 3 additions & 3 deletions smartcropperlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 21
targetSdkVersion 28
versionCode 9
versionName "2.1.1"
versionName "2.1.2"

externalNativeBuild {
cmake {
Expand All @@ -36,6 +36,6 @@ android {
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation '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 d27b0e6

Please sign in to comment.