Skip to content

Commit

Permalink
Update library version and copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
mta452 committed May 31, 2023
1 parent 4a2a968 commit e3a7645
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ It is a wrapper over C libraries, [FreeType](https://www.freetype.org), [SheenBi
If you are building with Gradle, simply add the following line to the `dependencies` section of your `build.gradle` file:

```groovy
implementation 'com.github.mta452:tehreer-android:2.8'
implementation 'com.github.mta452:tehreer-android:3.0'
```

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

## License
```
Copyright (C) 2016-2022 Muhammad Tayyab Akram
Copyright (C) 2016-2023 Muhammad Tayyab Akram
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions tehreer-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {
publishedArtifactId = 'tehreer-android'

libraryName = 'Tehreer-Android'
libraryVersion = '2.8'
libraryVersion = '3.0'
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 @@ -52,7 +52,7 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 33
versionCode 8
versionCode 9
versionName libraryVersion
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
}
Expand Down Expand Up @@ -129,7 +129,7 @@ artifacts {

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

afterEvaluate {
Expand Down

0 comments on commit e3a7645

Please sign in to comment.