Skip to content

Commit aa84843

Browse files
committed
Updated library version
1 parent b715d5f commit aa84843

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.5'
13+
libraryVersion = '2.6'
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 6
41+
versionCode 7
4242
versionName libraryVersion
4343
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
4444
}

0 commit comments

Comments
 (0)