update dependencies
This commit is contained in:
@@ -109,7 +109,7 @@ abstract class AppDatabase : RoomDatabase() {
|
||||
db.execSQL(
|
||||
"INSERT INTO `SearchAction` (`position`, `type`, `data`, `label`, `color`, `icon`, `customIcon`, `options`) " +
|
||||
"VALUES (?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?)",
|
||||
arrayOf(
|
||||
arrayOf<Any?>(
|
||||
9,
|
||||
"url",
|
||||
context.getString(R.string.default_websearch_2_url),
|
||||
|
||||
@@ -36,7 +36,7 @@ class Migration_18_19 : Migration(18, 19) {
|
||||
database.execSQL(
|
||||
"INSERT INTO `SearchAction` (`position`, `type`, `data`, `label`, `color`, `icon`, `customIcon`, `options`)" +
|
||||
"VALUES (?, ?, ?, ?, ?, ?, ?, ?)",
|
||||
arrayOf(
|
||||
arrayOf<Any?>(
|
||||
position,
|
||||
"url",
|
||||
data,
|
||||
|
||||
Reference in New Issue
Block a user