mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-07 14:35:29 +01:00
Bump version to 7.38.2
This commit is contained in:
@@ -20,8 +20,8 @@ plugins {
|
||||
|
||||
apply(from = "static-ips.gradle.kts")
|
||||
|
||||
val canonicalVersionCode = 1524
|
||||
val canonicalVersionName = "7.38.1"
|
||||
val canonicalVersionCode = 1525
|
||||
val canonicalVersionName = "7.38.2"
|
||||
val currentHotfixVersion = 0
|
||||
val maxHotfixVersions = 100
|
||||
|
||||
|
||||
+1
-1
@@ -252,7 +252,7 @@ object SignalDatabaseMigrations {
|
||||
267 to V267_FixGroupInvitationDeclinedUpdate
|
||||
)
|
||||
|
||||
const val DATABASE_VERSION = 267
|
||||
const val DATABASE_VERSION = 268
|
||||
|
||||
@JvmStatic
|
||||
fun migrate(context: Application, db: SignalSqliteDatabase, oldVersion: Int, newVersion: Int) {
|
||||
|
||||
Reference in New Issue
Block a user