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,
|
||||
|
||||
@@ -9,10 +9,10 @@ targetSdk = "36"
|
||||
pluginSdk = "2.2.0"
|
||||
|
||||
gradle = "8.1.2"
|
||||
android-gradle-plugin = "8.13.0"
|
||||
ksp-gradle-plugin = "2.3.2"
|
||||
android-gradle-plugin = "8.13.2"
|
||||
ksp-gradle-plugin = "2.3.4"
|
||||
|
||||
kotlin = "2.2.21"
|
||||
kotlin = "2.3.0"
|
||||
kotlinx-coroutines = "1.10.2"
|
||||
kotlinx-immutable = "0.4.0"
|
||||
kotlinx-serialization = "1.9.0"
|
||||
|
||||
Reference in New Issue
Block a user