Skip to content

Commit 3657257

Browse files
committed
syntax cleanups
1 parent 60dd9fb commit 3657257

File tree

3 files changed

+15
-56
lines changed

3 files changed

+15
-56
lines changed

build-logic/src/main/java/conventions/HiltConventionPlugin.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,4 @@ class HiltConventionPlugin : Plugin<Project> {
3232

3333
}
3434
}
35-
3635
}

core/database/schemas/ytemplate.android.core.database.room.AppDataBase/5.json

Lines changed: 0 additions & 52 deletions
This file was deleted.

renovate.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,12 @@
3232
]
3333
},
3434
{
35-
"matchPackageNames": ["room_runtime","room_compiler","room_ktx","room_test"],
35+
"matchPackageNames": [
36+
"room_runtime",
37+
"room_compiler",
38+
"room_ktx",
39+
"room_test"
40+
],
3641
"groupName": "room",
3742
"schedule": [
3843
"after 10am"
@@ -46,12 +51,19 @@
4651
"ktor_serialization",
4752
"ktor_client_logging",
4853
"kotlinx_serialization",
49-
"ktor_client_mock"],
54+
"ktor_client_mock"
55+
],
5056
"groupName": "ktor",
5157
"schedule": [
5258
"after 10am"
5359
]
5460
}
5561
],
56-
"ignoreDeps": ["androidx.annotation:annotation", "androidx.test.core-ktx","androidx.test.core"]
62+
"//developer-notice": "Ignored dependencies because of a hard dependency constraint on testing and analytics library",
63+
"ignoreDeps": [
64+
"androidx.annotation:annotation",
65+
"androidx.test.core-ktx",
66+
"androidx.test.core"
67+
]
5768
}
69+

0 commit comments

Comments
 (0)