Release 1.5.0
- The dictionary update card now returns after a failed download - Fixed headwords and articles with escaped characters being displayed incorrectly - Fixed slow rendering of articles containing many bracket characters
This commit is contained in:
@@ -92,8 +92,8 @@ android {
|
||||
applicationId = "com.example.research"
|
||||
minSdk = project.property("minSdk").toString().toInt()
|
||||
targetSdk = project.property("targetSdk").toString().toInt()
|
||||
versionCode = 7
|
||||
versionName = "1.4.0"
|
||||
versionCode = 8
|
||||
versionName = "1.5.0"
|
||||
|
||||
vectorDrawables {
|
||||
useSupportLibrary = true
|
||||
|
||||
Reference in New Issue
Block a user