fix: Revert PRAGMA foreign_keys. Keep PRAGMA legacy_alter_table always ON (default in Android).

This commit is contained in:
Zorica Stojchevska 2023-02-17 10:57:25 +01:00 committed by Zorica Stojchevska
parent a75b0a253d
commit c8b967852b
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ import org.gradle.api.JavaVersion
object ProtonMail {
const val versionName = "3.0.12"
const val versionCode = 932
const val versionCode = 933
const val compileSdk = 33
const val targetSdk = 31

View File

@ -62,7 +62,7 @@ fun initVersions() {
}
// Proton Core
const val `Proton-core version` = "9.9.2"
const val `Proton-core version` = "9.9.3"
// Test
const val `aerogear version` = "1.0.0" // Released: Mar 23, 2013