Skip to content

Commit

Permalink
Minor changes for 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingermainbusiness committed Nov 23, 2021
1 parent d753674 commit 7341975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recyclerview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ afterEvaluate {
// You can then customize attributes of the publication as shown below.
groupId = 'com.github.kevingermainbusiness'
artifactId = 'final'
version = '1.0.9'
version = '1.0.10'
}
}
}
Expand All @@ -35,7 +35,7 @@ android {

buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit 7341975

Please sign in to comment.