Skip to content

Commit

Permalink
Updated library version and copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
mta452 committed Jan 23, 2021
1 parent 2c04bbc commit f7f5d91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tehreer-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {
publishedArtifactId = 'tehreer-android'

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

siteUrl = 'https://github.com/Tehreer/Tehreer-Android'
Expand Down Expand Up @@ -38,7 +38,7 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 30
versionCode 5
versionCode 6
versionName libraryVersion
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down Expand Up @@ -106,7 +106,7 @@ artifacts {
options.doclet = "ExcludeDoclet"
options.docletpath = configurations.doclet.files.asType(List)
options.links("https://developer.android.com/reference/")
options.addStringOption("bottom", "Copyright © 2019 $developerName. All rights reserved.")
options.addStringOption("bottom", "Copyright © 2021 $developerName. All rights reserved.")
}

task javadocJar(type: Jar, dependsOn: apiDocs) {
Expand Down

0 comments on commit f7f5d91

Please sign in to comment.