From e3a7645a1e9b2d4f04d1b6a9b36b548199889ffa Mon Sep 17 00:00:00 2001 From: Muhammad Tayyab Akram Date: Wed, 31 May 2023 18:35:54 +0500 Subject: [PATCH] Update library version and copyright year --- README.md | 4 ++-- tehreer-android/build.gradle | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ecbdef45..a16fe332 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. diff --git a/tehreer-android/build.gradle b/tehreer-android/build.gradle index 189b37e4..b62cd9ec 100644 --- a/tehreer-android/build.gradle +++ b/tehreer-android/build.gradle @@ -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' @@ -52,7 +52,7 @@ android { defaultConfig { minSdkVersion 15 targetSdkVersion 33 - versionCode 8 + versionCode 9 versionName libraryVersion testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } @@ -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 {