From edbddfb534d82bd8350f1f038f5416d236cd0a02 Mon Sep 17 00:00:00 2001 From: Ankush Yerawar Date: Fri, 21 Aug 2020 13:57:17 +0530 Subject: [PATCH] Added TextView support for RTL in custom method. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f25c111..e0c9119 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' ext.versionMajor = 1 ext.versionMinor = 0 -ext.versionPatch = 2 +ext.versionPatch = 3 ext.versionClassifier = null ext.isSnapshot = false ext.minimumSdkVersion = 21