Skip to content

Commit f7f5d91

Browse files
committed
Updated library version and copyright year
1 parent 2c04bbc commit f7f5d91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tehreer-android/build.gradle

Lines changed: 3 additions & 3 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.4'
13+
libraryVersion = '2.5'
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'
@@ -38,7 +38,7 @@ android {
3838
defaultConfig {
3939
minSdkVersion 15
4040
targetSdkVersion 30
41-
versionCode 5
41+
versionCode 6
4242
versionName libraryVersion
4343
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
4444
}
@@ -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 © 2019 $developerName. All rights reserved.")
109+
options.addStringOption("bottom", "Copyright © 2021 $developerName. All rights reserved.")
110110
}
111111

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

0 commit comments

Comments
 (0)