mirror of
https://github.com/fromchat-messenger/app.git
synced 2026-09-22 19:15:05 +03:00
Fix SQLite thread safety, add "What's new", single source of truth for app version, improve database lock UI
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@ plugins {
|
||||
}
|
||||
|
||||
/** Single source of truth for app version (APK + generated [AppBuildInfo]). */
|
||||
extra["versionName"] = "1.1.4"
|
||||
extra["versionCode"] = 114
|
||||
extra["versionName"] = "1.2.0"
|
||||
extra["versionCode"] = 120
|
||||
|
||||
buildscript {
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user