Skip to content

Commit

Permalink
disbale obfuscation
Browse files Browse the repository at this point in the history
  • Loading branch information
LobnaMazhar committed Oct 23, 2021
1 parent 50a9eeb commit 49ec092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
4 changes: 2 additions & 2 deletions smile-detection/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
Expand Down Expand Up @@ -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'
}
}
}
Expand Down

0 comments on commit 49ec092

Please sign in to comment.