From b31567510688d6172d9a15123304cdda72b08db9 Mon Sep 17 00:00:00 2001 From: Muhammad Tayyab Akram Date: Sun, 9 Dec 2018 21:07:49 +0500 Subject: [PATCH] Updated javadocs link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0efe5922..4236b4fa 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It is a wrapper over mature C libraries, [FreeType](https://www.freetype.org), [ If you are building with Gradle, simply add the following line to the `dependencies` section of your `build.gradle` file: ```groovy -compile 'com.github.mta452:tehreer-android:2.2' +compile 'com.github.mta452:tehreer-android:2.3' ``` ## Proguard @@ -29,7 +29,7 @@ compile 'com.github.mta452:tehreer-android:2.2' ``` ## API Reference -The [Javadocs](https://mta452.github.io/Tehreer-Android/apidocs/) are available for online browsing. The Javadocs are also bundled as source Jars with each distribution for consumption in the IDE. +The [Javadocs](https://tehreer.github.io/Tehreer-Android/apidocs/) are available for online browsing. The Javadocs are also bundled as source Jars with each distribution for consumption in the IDE. ## License ```