Skip to content

Commit dbdbd8c

Browse files
committed
Increased library version
1 parent d0e9bb1 commit dbdbd8c

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.1'
13+
libraryVersion = '2.2'
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/mta452/Tehreer-Android'
@@ -38,7 +38,7 @@ android {
3838
defaultConfig {
3939
minSdkVersion 15
4040
targetSdkVersion 27
41-
versionCode 3
41+
versionCode 4
4242
versionName libraryVersion
4343
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
4444
}

0 commit comments

Comments
 (0)