Skip to content

Commit

Permalink
Update agp to v8.8.0 (#480)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|
---------------------------------------------------------------------------------------------------------------------------------------------
| ------------------ |
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
| [com.android.application](https://developer.android.com/studio/build)
([source](https://android.googlesource.com/platform/tools/base)) |
`8.7.3` -> `8.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.application:com.android.application.gradle.plugin/8.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.android.application:com.android.application.gradle.plugin/8.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.android.application:com.android.application.gradle.plugin/8.7.3/8.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.application:com.android.application.gradle.plugin/8.7.3/8.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [com.android.lint](https://developer.android.com/studio/build)
([source](https://android.googlesource.com/platform/tools/base)) |
`8.7.3` -> `8.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.lint:com.android.lint.gradle.plugin/8.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.android.lint:com.android.lint.gradle.plugin/8.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.android.lint:com.android.lint.gradle.plugin/8.7.3/8.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.lint:com.android.lint.gradle.plugin/8.7.3/8.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[com.android.tools.build:gradle](https://developer.android.com/studio/build)
([source](https://android.googlesource.com/platform/tools/base)) |
`8.7.3` -> `8.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.tools.build:gradle/8.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.android.tools.build:gradle/8.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.android.tools.build:gradle/8.7.3/8.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.tools.build:gradle/8.7.3/8.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

***

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

***

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

***

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/WhosNickDoglio/dagger-rules).


<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

<!-- branch-stack -->

- `main`
  - \#480 :point\_left:

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and WhosNickDoglio committed Jan 10, 2025
1 parent bd65ba5 commit bfb33fb
Show file tree
Hide file tree
Showing 21 changed files with 149 additions and 238 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.7.3"
agp = "8.8.0"
desugar = "2.1.4"
dependencyAnalysis = "2.6.1"
kotlin = "2.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public val daggerAnnotations: TestFile =
annotation class Component
annotation class Subcomponent
"""
.trimIndent()
)

public val daggerMultibindingAnnotations: TestFile =
Expand All @@ -32,7 +31,6 @@ public val daggerMultibindingAnnotations: TestFile =
annotation class StringKey(val key: String)
annotation class IntKey(val key: Int)
"""
.trimIndent()
)

public val daggerAssistedAnnotations: TestFile =
Expand All @@ -44,7 +42,6 @@ public val daggerAssistedAnnotations: TestFile =
annotation class AssistedFactory
annotation class AssistedInject
"""
.trimIndent()
)

public val javaxAnnotations: TestFile =
Expand All @@ -55,5 +52,4 @@ public val javaxAnnotations: TestFile =
annotation class Inject
annotation class Scope
"""
.trimIndent()
)
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ val hiltAnnotations =
annotation class HiltViewModel
"""
.trimIndent()
),
TestFiles.kotlin(
"""
Expand All @@ -32,6 +31,5 @@ val hiltAnnotations =
annotation class InstallIn
annotation class EntryPoint
"""
.trimIndent()
),
)
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ class ContributesBindingMustHaveSuperDetectorTest {
~~~~~~~~~~~~~~~~~
0 errors, 1 warnings
"""
.trimIndent()
)
.expectWarningCount(1)
}
Expand Down Expand Up @@ -105,7 +104,6 @@ class ContributesBindingMustHaveSuperDetectorTest {
~${annotation.substringAfterLast(".").map { "~" }.joinToString(separator = "")}
1 errors, 0 warnings
"""
.trimIndent()
)
.expectWarningCount(0)
.expectFixDiffs(
Expand All @@ -116,7 +114,6 @@ class ContributesBindingMustHaveSuperDetectorTest {
+ @$CONTRIBUTES_TO
+
"""
.trimIndent()
)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ class FavorContributesBindingOverBindsDetectorTest {
~~~~~~~~~~~~~~~~~
0 errors, 2 warnings
"""
.trimIndent()
)
.expectWarningCount(2)
}
Expand Down Expand Up @@ -123,7 +122,6 @@ class FavorContributesBindingOverBindsDetectorTest {
~~~~~~~~~~~~~~~~~
0 errors, 2 warnings
"""
.trimIndent()
)
.expectWarningCount(2)
}
Expand Down Expand Up @@ -197,7 +195,6 @@ class FavorContributesBindingOverBindsDetectorTest {
~~~~~~~~~~
0 errors, 2 warnings
"""
.trimIndent()
)
.expectWarningCount(2)
}
Expand Down Expand Up @@ -240,7 +237,6 @@ class FavorContributesBindingOverBindsDetectorTest {
~~~~~~~~~~
0 errors, 2 warnings
"""
.trimIndent()
)
.expectWarningCount(2)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class MissingContributesBindingDetectorTest {
~~~~~~~~~~~~~~~~~
0 errors, 1 warnings
"""
.trimIndent()
)
.expectWarningCount(1)
.expectFixDiffs(
Expand All @@ -55,7 +54,6 @@ class MissingContributesBindingDetectorTest {
@@ -5 +5
+ @com.squareup.anvil.annotations.ContributesMultibinding
"""
.trimIndent()
)
}

Expand Down Expand Up @@ -155,7 +153,6 @@ class MissingContributesBindingDetectorTest {
~~~~~~~~~~~~~
0 errors, 1 warnings
"""
.trimIndent()
)
.expectWarningCount(1)
.expectFixDiffs(
Expand All @@ -167,7 +164,6 @@ class MissingContributesBindingDetectorTest {
@@ -6 +6
+ @com.squareup.anvil.annotations.ContributesMultibinding
"""
.trimIndent()
)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class MissingContributesToDetectorTest {
~~~~~~~~
1 errors, 0 warnings
"""
.trimIndent()
)
.expectErrorCount(1)
.expectFixDiffs(
Expand All @@ -51,7 +50,6 @@ class MissingContributesToDetectorTest {
@@ -4 +4
+ @com.squareup.anvil.annotations.ContributesTo
"""
.trimIndent()
)
}

Expand Down Expand Up @@ -124,7 +122,6 @@ class MissingContributesToDetectorTest {
~~~~~~~~
1 errors, 0 warnings
"""
.trimIndent()
)
.expectErrorCount(1)
.expectFixDiffs(
Expand All @@ -133,7 +130,6 @@ class MissingContributesToDetectorTest {
@@ -10 +10
+ @com.squareup.anvil.annotations.ContributesTo
"""
.trimIndent()
)
}

Expand Down Expand Up @@ -243,7 +239,6 @@ class MissingContributesToDetectorTest {
~~~~~~~~
1 errors, 0 warnings
"""
.trimIndent()
)
.expectErrorCount(1)
.expectFixDiffs(
Expand All @@ -252,7 +247,6 @@ class MissingContributesToDetectorTest {
@@ -7 +7
+ @com.squareup.anvil.annotations.ContributesTo
"""
.trimIndent()
)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ class NoAnvilInJavaDetectorTest {
See https://whosnickdoglio.dev/dagger-rules/rules/#anvil-cannot-be-used-from-java for more information. [NoAnvilJavaUsage]
@${annotation.substringAfterLast(".")}$scopeString
~${annotation.substringAfterLast(".").map { "~" }.joinToString(separator = "")}${scopeString.map { "~" }.joinToString(separator = "")}
~${
annotation.substringAfterLast(".").map { "~" }.joinToString(separator = "")
}${scopeString.map { "~" }.joinToString(separator = "")}
1 errors, 0 warnings
"""
.trimIndent()
)
.expectErrorCount(1)
.expectFixDiffs(
Expand All @@ -60,7 +61,6 @@ class NoAnvilInJavaDetectorTest {
@@ -3 +3
- @${annotation.substringAfterLast(".")}$scopeString
"""
.trimIndent()
)
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ class ComponentMustBeAbstractDetectorTest {
daggerAnnotations,
anvilAnnotations,
TestFiles.kotlin(
"""
"""
import $componentAnnotation
@${componentAnnotation.substringAfterLast(".")}
abstract class MyComponent
"""
.trimIndent()
),
)
.indented(),
)
.issues(ComponentMustBeAbstractDetector.ISSUE)
.run()
Expand All @@ -53,14 +53,14 @@ class ComponentMustBeAbstractDetectorTest {
daggerAnnotations,
anvilAnnotations,
TestFiles.java(
"""
"""
import $componentAnnotation;
@${componentAnnotation.substringAfterLast(".")}
abstract class MyComponent {}
"""
.trimIndent()
),
)
.indented(),
)
.issues(ComponentMustBeAbstractDetector.ISSUE)
.run()
Expand All @@ -74,14 +74,14 @@ class ComponentMustBeAbstractDetectorTest {
daggerAnnotations,
anvilAnnotations,
TestFiles.kotlin(
"""
"""
import $componentAnnotation
@${componentAnnotation.substringAfterLast(".")}
interface MyComponent
"""
.trimIndent()
),
)
.indented(),
)
.issues(ComponentMustBeAbstractDetector.ISSUE)
.run()
Expand All @@ -95,14 +95,14 @@ class ComponentMustBeAbstractDetectorTest {
daggerAnnotations,
anvilAnnotations,
TestFiles.java(
"""
"""
import $componentAnnotation;
@${componentAnnotation.substringAfterLast(".")}
interface MyComponent {}
"""
.trimIndent()
),
)
.indented(),
)
.issues(ComponentMustBeAbstractDetector.ISSUE)
.run()
Expand All @@ -116,14 +116,14 @@ class ComponentMustBeAbstractDetectorTest {
daggerAnnotations,
anvilAnnotations,
TestFiles.java(
"""
"""
import $componentAnnotation;
@${componentAnnotation.substringAfterLast(".")}
class MyComponent {}
"""
.trimIndent()
),
)
.indented(),
)
.issues(ComponentMustBeAbstractDetector.ISSUE)
.run()
Expand All @@ -136,7 +136,6 @@ class ComponentMustBeAbstractDetectorTest {
^
1 errors, 0 warnings
"""
.trimIndent()
)
.expectErrorCount(1)
.expectFixDiffs(
Expand All @@ -146,7 +145,6 @@ class ComponentMustBeAbstractDetectorTest {
- class MyComponent {}
+ interface MyComponent {}
"""
.trimIndent()
)
}

Expand All @@ -157,14 +155,14 @@ class ComponentMustBeAbstractDetectorTest {
daggerAnnotations,
anvilAnnotations,
TestFiles.kotlin(
"""
"""
import $componentAnnotation
@${componentAnnotation.substringAfterLast(".")}
class MyComponent
"""
.trimIndent()
),
)
.indented(),
)
.issues(ComponentMustBeAbstractDetector.ISSUE)
.run()
Expand All @@ -177,7 +175,6 @@ class ComponentMustBeAbstractDetectorTest {
^
1 errors, 0 warnings
"""
.trimIndent()
)
.expectErrorCount(1)
.expectFixDiffs(
Expand All @@ -187,7 +184,6 @@ class ComponentMustBeAbstractDetectorTest {
- class MyComponent
+ interface MyComponent
"""
.trimIndent()
)
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ class ConstructorInjectionOverFieldInjectionDetectorTest {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 errors, 1 warnings
"""
.trimIndent()
)
.expectWarningCount(1)
}
Expand Down Expand Up @@ -183,7 +182,6 @@ class ConstructorInjectionOverFieldInjectionDetectorTest {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 errors, 1 warnings
"""
.trimIndent()
)
.expectWarningCount(1)
}
Expand Down
Loading

0 comments on commit bfb33fb

Please sign in to comment.