Skip to content

Commit

Permalink
[lib] Updated library version...
Browse files Browse the repository at this point in the history
  • Loading branch information
mta452 committed Apr 1, 2018
1 parent edd7b12 commit fc1b015
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.0'
libraryVersion = '2.1'
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/mta452/Tehreer-Android'
Expand Down Expand Up @@ -38,7 +38,7 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 27
versionCode 2
versionCode 3
versionName libraryVersion
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -72,7 +72,7 @@ artifacts {
exclude '**/internal/**'

options.links("https://developer.android.com/reference/")
options.addStringOption("bottom", "Copyright © 2017 $developerName. All rights reserved.")
options.addStringOption("bottom", "Copyright © 2018 $developerName. All rights reserved.")
}

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

0 comments on commit fc1b015

Please sign in to comment.