Skip to content

Commit 60dd9fb

Browse files
committed
renovate exclusions
1 parent 3a276f2 commit 60dd9fb

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ insert_final_newline = true
1212

1313
[*.{java,kt,kts,scala,rs,xml,kt.spec,kts.spec}]
1414
indent_size = 4
15-
disabled_rules=no-wildcard-imports
15+
ktlint_disabled_rules=no-wildcard-imports
1616

1717
[*.{kt,kts}]
1818
ktlint_code_style = ktlint_official

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ class FirebaseConventionPlugin : Plugin<Project> {
1919
}
2020
}
2121
}
22-
}
22+
}

core/analytics/analyticsLib/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ plugins {
66
}
77

88
java {
9-
sourceCompatibility = JavaVersion.VERSION_1_8
10-
targetCompatibility = JavaVersion.VERSION_1_8
9+
sourceCompatibility = JavaVersion.VERSION_11
10+
targetCompatibility = JavaVersion.VERSION_11
1111
}
1212
val test by tasks.getting(Test::class) {
1313
useJUnitPlatform { }

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ androidxEspresso = "3.5.1"
2121
androidxTestRules = "1.5.0"
2222
androidxTestRunner = "1.5.2"
2323
androidxTestMonitor = "1.6.1"
24-
androidxTestCore = "1.5.0"
24+
androidxTestCore = "1.4.0"
2525
androidxTestExt = "1.1.5"
2626

2727
#hilt
@@ -66,7 +66,7 @@ firebase_analytics = "21.2.1"
6666
firebase_bom = "31.4.0"
6767

6868
#Mock
69-
anotation = "1.6.0"
69+
anotation = "1.3.0"
7070
mockk_android = "1.13.4"
7171
test_runner = "1.5.2"
7272

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@
5252
"after 10am"
5353
]
5454
}
55-
]
55+
],
56+
"ignoreDeps": ["androidx.annotation:annotation", "androidx.test.core-ktx","androidx.test.core"]
5657
}

settings.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
enableFeaturePreview("VERSION_CATALOGS")
2-
31
dependencyResolutionManagement {
42
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
53
repositories {

0 commit comments

Comments
 (0)