Skip to content

Commit

Permalink
Updated library version
Browse files Browse the repository at this point in the history
  • Loading branch information
mta452 committed Dec 9, 2018
1 parent 989eb50 commit 1e0341c
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.2'
libraryVersion = '2.3'
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 28
versionCode 4
versionCode 5
versionName libraryVersion
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down Expand Up @@ -86,7 +86,7 @@ configurations {
}

dependencies {
implementation 'androidx.annotation:annotation:1.0.0'
implementation 'androidx.annotation:annotation:1.0.1'

testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test:runner:1.1.0'
Expand Down

0 comments on commit 1e0341c

Please sign in to comment.