Bump version to 7.38.2

This commit is contained in:
Michelle Tang
2025-03-14 14:48:03 -04:00
parent 98dbdfa6f9
commit ab2f3e7918
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
@@ -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) {