diff --git a/app/build.gradle b/app/build.gradle index 41f323d..9116769 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' @@ -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' } diff --git a/smartcropperlib/build.gradle b/smartcropperlib/build.gradle index 266a9ff..c7d7a03 100644 --- a/smartcropperlib/build.gradle +++ b/smartcropperlib/build.gradle @@ -9,7 +9,7 @@ android { minSdkVersion 21 targetSdkVersion 28 versionCode 9 - versionName "2.1.1" + versionName "2.1.2" externalNativeBuild { cmake { @@ -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' } \ No newline at end of file