Skip to content

Commit c3cda33

Browse files
authored
Combined PRs (#1803)
# Combined PRs ➡️📦⬅️ ✅ The following pull requests have been successfully combined on this PR: - Closes #1802 Bump org.gradle.toolchains.foojay-resolver-convention from 0.9.0 to 0.10.0 - Closes #1801 [Renovate Bot] Update tested AGP versions to v8.11.0-alpha06 > This PR was created by the [`github/combine-prs`](https://github.com/github/combine-prs) action
2 parents 716f5dc + 3e12e54 commit c3cda33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ org.gradle.kotlin.dsl.allWarningsAsErrors=true
66

77
systemProp.pts.enabled=true
88

9-
org.gradle.android.latestKnownAgpVersion=8.11.0-alpha05
9+
org.gradle.android.latestKnownAgpVersion=8.11.0-alpha06

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id("com.gradle.develocity") version "4.0"
33
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.2.1"
4-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
4+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
55
}
66

77
val isCI = providers.environmentVariable("CI").isPresent

src/test/resources/versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"testedVersions": {
3-
"8.11.0-alpha05": [
3+
"8.11.0-alpha06": [
44
"8.13"
55
],
66
"8.10.0-rc02": [

0 commit comments

Comments
 (0)