diff --git a/app/build.gradle b/app/build.gradle index 6aebef1..ce95828 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,5 +44,5 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' // implementation project(':smile-detection') - implementation 'com.github.LobnaMazhar:Smile-Detection:smile-detection-v1.0' + implementation 'com.github.LobnaMazhar:Smile-Detection:smile-detection-v1.1' } \ No newline at end of file diff --git a/smile-detection/build.gradle b/smile-detection/build.gradle index a784b31..71a7b2b 100644 --- a/smile-detection/build.gradle +++ b/smile-detection/build.gradle @@ -21,7 +21,7 @@ android { buildTypes { release { - minifyEnabled true // changed to true to enable obfuscation + minifyEnabled false // changed to true to enable obfuscation proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } } @@ -78,7 +78,7 @@ afterEvaluate { // You can then customize attributes of the publication as shown below. groupId = 'lobna.smile.detection' artifactId = 'smile-detection' - version = '1.0' + version = '1.2' } } }