Skip to content

Commit 2545774

Browse files
committed
Updated README file
1 parent f7f5d91 commit 2545774

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Tehreer is a library which gives full control over following text related techno
1212
It is a wrapper over mature C libraries, [FreeType](https://www.freetype.org), [SheenBidi](https://github.com/mta452/SheenBidi) and [SheenFigure](https://github.com/mta452/SheenFigure). So a part of the library has been written in JNI in order to access the functionality of said libraries.
1313

1414
## Screenshots
15-
<img src="./screenshots/001.png" width="170"> <img src="./screenshots/002.png" width="170"> <img src="./screenshots/003.png" width="170"> <img src="./screenshots/004.png" width="170"> <img src="./screenshots/005.png" width="170">
15+
<img src="./screenshots/001.png" width="170"> <img src="./screenshots/002.png" width="170"> <img src="./screenshots/003.png" width="170"> <img src="./screenshots/004.png" width="170"> <img src="./screenshots/005.png" width="170"> <img src="./screenshots/006.png" width="170">
1616

1717
## Installation
1818
If you are building with Gradle, simply add the following line to the `dependencies` section of your `build.gradle` file:
1919

2020
```groovy
21-
compile 'com.github.mta452:tehreer-android:2.4'
21+
compile 'com.github.mta452:tehreer-android:2.5'
2222
```
2323

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

3434
## License
3535
```
36-
Copyright (C) 2016-2019 Muhammad Tayyab Akram
36+
Copyright (C) 2016-2021 Muhammad Tayyab Akram
3737
3838
Licensed under the Apache License, Version 2.0 (the "License");
3939
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)