Skip to content

Commit e3a7645

Browse files
committed
Update library version and copyright year
1 parent 4a2a968 commit e3a7645

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ It is a wrapper over C libraries, [FreeType](https://www.freetype.org), [SheenBi
2020
If you are building with Gradle, simply add the following line to the `dependencies` section of your `build.gradle` file:
2121

2222
```groovy
23-
implementation 'com.github.mta452:tehreer-android:2.8'
23+
implementation 'com.github.mta452:tehreer-android:3.0'
2424
```
2525

2626
## Proguard
@@ -35,7 +35,7 @@ The [Javadocs](https://tehreer.github.io/Tehreer-Android/apidocs/) are available
3535

3636
## License
3737
```
38-
Copyright (C) 2016-2022 Muhammad Tayyab Akram
38+
Copyright (C) 2016-2023 Muhammad Tayyab Akram
3939
4040
Licensed under the Apache License, Version 2.0 (the "License");
4141
you may not use this file except in compliance with the License.

tehreer-android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ext {
99
publishedArtifactId = 'tehreer-android'
1010

1111
libraryName = 'Tehreer-Android'
12-
libraryVersion = '2.8'
12+
libraryVersion = '3.0'
1313
libraryDescription = 'A library that gives full control over text related technologies such as bidirectional algorithm, open type shaping, text typesetting and text rendering.'
1414

1515
siteUrl = 'https://github.com/Tehreer/Tehreer-Android'
@@ -52,7 +52,7 @@ android {
5252
defaultConfig {
5353
minSdkVersion 15
5454
targetSdkVersion 33
55-
versionCode 8
55+
versionCode 9
5656
versionName libraryVersion
5757
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
5858
}
@@ -129,7 +129,7 @@ artifacts {
129129

130130
options.links("https://developer.android.com/reference/")
131131
options.addStringOption('Xdoclint:none', '-quiet')
132-
options.addStringOption("bottom", "Copyright © 2022 $developerName. All rights reserved.")
132+
options.addStringOption("bottom", "Copyright © 2023 $developerName. All rights reserved.")
133133
}
134134

135135
afterEvaluate {

0 commit comments

Comments
 (0)