Skip to content

Commit 7f959c5

Browse files
author
Irineu A. Silva
committed
Release v1.0.3
1 parent d189203 commit 7f959c5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.idea/vcs.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

highlight/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ android {
1010
minSdk 21
1111
targetSdk 31
1212
versionCode 3
13-
versionName "1.0.2"
13+
versionName "1.0.3"
1414

1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
consumerProguardFiles "consumer-rules.pro"
@@ -48,7 +48,7 @@ afterEvaluate {
4848
// You can then customize attributes of the publication as shown below.
4949
groupId = 'com.github.Irineu333'
5050
artifactId = 'highlight'
51-
version = '1.0.2'
51+
version = '1.0.3'
5252
}
5353
}
5454
}

0 commit comments

Comments
 (0)