Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
version bump 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SubhamTyagi committed Nov 10, 2019
1 parent ea67cf1 commit df23e59
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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')
}
Expand Down
13 changes: 8 additions & 5 deletions update-changelog.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit df23e59

Please sign in to comment.