Skip to content

Commit

Permalink
Merge pull request #6 from sergio-sastre/release/v1.1.1
Browse files Browse the repository at this point in the history
Attempt to fix failing artifact
  • Loading branch information
sergio-sastre authored Sep 21, 2021
2 parents af25c44 + cde628d commit 1ea1fee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rules/fontsize/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down Expand Up @@ -51,7 +51,7 @@ afterEvaluate {
from components.release
groupId = 'sergio.sastre'
artifactId = 'testrules.fontsize'
version = '1.0.0'
version = '1.1.1'
}
}
}
Expand Down

0 comments on commit 1ea1fee

Please sign in to comment.