Skip to content

Commit

Permalink
Increased library version
Browse files Browse the repository at this point in the history
  • Loading branch information
mta452 committed Aug 21, 2018
1 parent d0e9bb1 commit dbdbd8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.1'
libraryVersion = '2.2'
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 3
versionCode 4
versionName libraryVersion
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit dbdbd8c

Please sign in to comment.