Skip to content

Commit

Permalink
Fixed a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
arefbhrn committed Nov 2, 2018
1 parent 4e2b33b commit 10845d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 100
versionName "1.0.0"
versionCode 101
versionName "1.0.1"
}
buildTypes {
release {
minifyEnabled true
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Expand All @@ -35,7 +35,7 @@ install {
packaging 'aar'
groupId 'com.arefbhrn.libraries'
artifactId 'justifiedtextview'
version '1.0.2'
version '1.0.1'

licenses {
license {
Expand Down

0 comments on commit 10845d5

Please sign in to comment.