Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit ddb739c

Browse files
Merge pull request #17 from GCX-HCI/release/1.1.0
Increase version number
2 parents 52b549b + 5da695f commit ddb739c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

formattedText/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ plugins {
55
id 'maven-publish'
66
}
77

8+
def libVersion = "1.1.0"
9+
810
android {
911
compileSdkVersion 30
1012
buildToolsVersion "30.0.3"
@@ -13,7 +15,7 @@ android {
1315
minSdkVersion 23
1416
targetSdkVersion 30
1517
versionCode 1
16-
versionName "1.0"
18+
versionName libVersion
1719

1820
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1921
}
@@ -60,7 +62,7 @@ afterEvaluate {
6062

6163
groupId = 'net.grandcentrix.formatted-text'
6264
artifactId = "android"
63-
version = '1.0.0'
65+
version = libVersion
6466
}
6567
}
6668
}

0 commit comments

Comments
 (0)