Store previous version

This commit is contained in:
M66B 2019-12-22 08:29:12 +01:00
parent 4ae0d02320
commit 95eeaf95a9
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ public class ApplicationEx extends Application {
editor.remove("folder_sync");
}
editor.putInt("previous_version", version);
editor.putInt("version", BuildConfig.VERSION_CODE);
editor.apply();