Skip to content

Commit

Permalink
Bugs Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
thesarangal committed Jun 6, 2021
1 parent 57c9407 commit 00ba50c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChangeLog

### Version 1.0.7
### Version 1.0.8
#### Date: June 06, 2021

- Bugs Fixed
Expand Down
14 changes: 2 additions & 12 deletions broadrecycleradapter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
minSdkVersion 17
targetSdkVersion 30
versionCode 7
versionName "1.0.7"
versionCode 8
versionName "1.0.8"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand All @@ -23,22 +23,12 @@ android {
buildTypes {

debug {
debuggable true

/** Obfuscate and minify codes */
minifyEnabled false

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

}

release {
debuggable false

/** Obfuscate and minify codes */
//minifyEnabled true

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

0 comments on commit 00ba50c

Please sign in to comment.