mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-24 16:53:37 +00:00
Updated release name
This commit is contained in:
parent
87ae73e5ea
commit
121a55c5c7
2 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,7 @@ android {
|
|||
archivesBaseName = "FairEmail-v$versionName"
|
||||
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
buildConfigField "String", "RELEASE_NAME", "\"Oohkotokia\""
|
||||
buildConfigField "String", "RELEASE_NAME", "\"Pampadromaeus\""
|
||||
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
|
|
|
@ -1684,6 +1684,7 @@ class Core {
|
|||
db.folder().setFolderType(folder.id, type);
|
||||
}
|
||||
}
|
||||
|
||||
db.setTransactionSuccessful();
|
||||
} finally {
|
||||
db.endTransaction();
|
||||
|
|
Loading…
Reference in a new issue