From df23e592f6e47d6a65fa7d49894564083a923b35 Mon Sep 17 00:00:00 2001 From: SubhamTyagi Date: Sun, 10 Nov 2019 16:33:36 +0530 Subject: [PATCH] version bump 2.5 --- app/build.gradle | 8 ++++---- update-changelog.json | 13 ++++++++----- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a8368cc..6a24e8b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,11 +37,11 @@ android { applicationId "ai.loko.hk.ui" minSdkVersion 19 targetSdkVersion 28 - versionCode 30 - versionName '2.4' + versionCode 31 + versionName '2.5' multiDexEnabled true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionNameSuffix '-chital' + versionNameSuffix '-Coral' vectorDrawables.useSupportLibrary = true resConfigs "en" @@ -104,7 +104,7 @@ dependencies { implementation 'com.github.f0ris.sweetalert:library:1.6.2' implementation 'com.github.javiersantos:AppUpdater:2.7' //downloader - implementation 'com.ixuea:AndroidDownloader:2.0.6' + //implementation 'com.ixuea:AndroidDownloader:2.0.6' implementation project(path: ':crashreporter') implementation project(':tesseract4android') } diff --git a/update-changelog.json b/update-changelog.json index b5c265e..d7453da 100644 --- a/update-changelog.json +++ b/update-changelog.json @@ -1,10 +1,13 @@ { - "latestVersion": "2.4", - "latestVersionCode": "30", + "latestVersion": "2.5", + "latestVersionCode": "31", "url": "https://github.com/SubhamTyagi/loco-answers/releases", "releaseNotes": [ - "- Bug fixes and performance improvement", - "- Material Theme update" - + "- See App Settings for WhatsNew + "- Tesseract all types data(fast,best,standard) for accuracy and performance", + "- Grayscale image control" + "- Enlarge Image" + "- Android 10 crash fix" + "- other bug fixes and performance improvements" ] } \ No newline at end of file