Skip to content

Commit

Permalink
Code Optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
thesarangal committed May 16, 2021
1 parent 7551ab2 commit 004cd2a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions spantastic/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.android.application"
id "com.android.library"
}
apply plugin: 'kotlin-android'

Expand All @@ -25,9 +25,6 @@ android {
/** Obfuscate and minify codes */
minifyEnabled false

/** Remove unused resources */
shrinkResources false

proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'),
'proguard-rules.pro'

Expand All @@ -39,9 +36,6 @@ android {
/** Obfuscate and minify codes */
minifyEnabled true

/** Remove unused resources */
shrinkResources true

proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'),
'proguard-rules.pro'
}
Expand Down

0 comments on commit 004cd2a

Please sign in to comment.