We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41eec56 commit edc9e35Copy full SHA for edc9e35
app/build.gradle
@@ -18,8 +18,8 @@ android {
18
applicationId "org.totschnig.ocr"
19
minSdkVersion 16
20
targetSdkVersion 30
21
- versionCode 6
22
- versionName "2.2"
+ versionCode 7
+ versionName "2.3"
23
24
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
25
}
metadata/en-US/changelogs/7.txt
@@ -0,0 +1,2 @@
1
+Upgrade Kotlin version to fix incompatibility with My Expenses
2
+Upgrade Tesseract4Android to 4.1.1 (Tesseract 5.0.1)
0 commit comments