1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-25 01:06:04 +00:00

Updated release name

This commit is contained in:
M66B 2020-08-17 08:48:14 +02:00
parent 87ae73e5ea
commit 121a55c5c7
2 changed files with 2 additions and 1 deletions

View file

@ -18,7 +18,7 @@ android {
archivesBaseName = "FairEmail-v$versionName" archivesBaseName = "FairEmail-v$versionName"
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera // https://en.wikipedia.org/wiki/List_of_dinosaur_genera
buildConfigField "String", "RELEASE_NAME", "\"Oohkotokia\"" buildConfigField "String", "RELEASE_NAME", "\"Pampadromaeus\""
javaCompileOptions { javaCompileOptions {
annotationProcessorOptions { annotationProcessorOptions {

View file

@ -1684,6 +1684,7 @@ class Core {
db.folder().setFolderType(folder.id, type); db.folder().setFolderType(folder.id, type);
} }
} }
db.setTransactionSuccessful(); db.setTransactionSuccessful();
} finally { } finally {
db.endTransaction(); db.endTransaction();