Skip to content

Commit 684be60

Browse files
committed
Version updates
1 parent d25b804 commit 684be60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tehreer-android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ext {
1010
publishedArtifactId = 'tehreer-android'
1111

1212
libraryName = 'Tehreer-Android'
13-
libraryVersion = '2.3'
13+
libraryVersion = '2.4'
1414
libraryDescription = 'A library that gives full control over text related technologies such as bidirectional algorithm, open type shaping, text typesetting and text rendering.'
1515

1616
siteUrl = 'https://github.com/Tehreer/Tehreer-Android'
@@ -106,7 +106,7 @@ artifacts {
106106
options.doclet = "ExcludeDoclet"
107107
options.docletpath = configurations.doclet.files.asType(List)
108108
options.links("https://developer.android.com/reference/")
109-
options.addStringOption("bottom", "Copyright © 2018 $developerName. All rights reserved.")
109+
options.addStringOption("bottom", "Copyright © 2019 $developerName. All rights reserved.")
110110
}
111111

112112
task javadocJar(type: Jar, dependsOn: apiDocs) {

0 commit comments

Comments
 (0)