Release 1.4.0

- Fixed matching source URLs to installed dictionary files, so deleted dictionaries can be downloaded again from the same URL
This commit is contained in:
2026-08-06 14:26:03 +03:00
parent 9d18d0c927
commit 910bc8313c
10 changed files with 200 additions and 129 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ android {
applicationId = "com.example.research"
minSdk = project.property("minSdk").toString().toInt()
targetSdk = project.property("targetSdk").toString().toInt()
versionCode = 6
versionName = "1.3.0"
versionCode = 7
versionName = "1.4.0"
vectorDrawables {
useSupportLibrary = true