We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c341318 commit 639f29bCopy full SHA for 639f29b
1 file changed
app/src/main/java/io/github/sds100/keymapper/backup/BackupManager.kt
@@ -241,6 +241,9 @@ class BackupManagerImpl(
241
242
// Do nothing because this just add the floating layouts table and indexes.
243
JsonMigration(13, 14) { json -> json },
244
+
245
+ // Do nothing just added floating button entity columns
246
+ JsonMigration(14, 15) { json -> json },
247
)
248
249
if (keyMapListJsonArray != null) {
0 commit comments