Skip to content

Commit 4c360c2

Browse files
committed
Fork remaining recipes.
pre 9.0 recipes are in the pre_9.0 folder with a max agp version of 8.13, and do not use the boolean options introduced in 9.0 Top level recipes have a min AGP of 9.0.0, and are still not fully 9.0 compliant, this will come in a later commit. The testFixture recipe was already 9.0 min and therefore has not been forked. selectVariants_pre_8.5 has also not been forked since it already has a 8.4 max, and was therefore just moved to the pre_9.0 folder. Bug: N/A Test: existing validation. Change-Id: I9d7f9a982e569b3b1f6e4bef4487b941acf60405
1 parent 40db9f3 commit 4c360c2

File tree

507 files changed

+14427
-69
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

507 files changed

+14427
-69
lines changed

recipes/addCustomBuildConfigFields/recipe_metadata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description ="""
88
"""
99

1010
[agpVersion]
11-
min = "8.1.0"
11+
min = "9.0.0"
1212

1313
# Relevant Gradle tasks to run per recipe
1414
[gradleTasks]

recipes/addCustomSourceType/recipe_metadata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description ="""
88
"""
99

1010
[agpVersion]
11-
min = "8.1.0"
11+
min = "9.0.0"
1212

1313
# Relevant Gradle tasks to run per recipe
1414
[gradleTasks]

recipes/addGeneratedSourceFolder/recipe_metadata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description ="""
88
"""
99

1010
[agpVersion]
11-
min = "8.1.0"
11+
min = "9.0.0"
1212

1313
# Relevant Gradle tasks to run per recipe
1414
[gradleTasks]

recipes/addMultipleArtifact/recipe_metadata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description ="""
88
"""
99

1010
[agpVersion]
11-
min = "8.1.0"
11+
min = "9.0.0"
1212

1313
# Relevant Gradle tasks to run per recipe
1414
[gradleTasks]

recipes/allProjectsApkAction/recipe_metadata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description ="""
88
"""
99

1010
[agpVersion]
11-
min = "8.1.0"
11+
min = "9.0.0"
1212

1313
# Relevant Gradle tasks to run per recipe
1414
[gradleTasks]

recipes/appendToMultipleArtifact/recipe_metadata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description ="""
88
"""
99

1010
[agpVersion]
11-
min = "8.1.0"
11+
min = "9.0.0"
1212

1313
# Relevant Gradle tasks to run per recipe
1414
[gradleTasks]

recipes/appendToScopedArtifacts/recipe_metadata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description ="""
88
"""
99

1010
[agpVersion]
11-
min = "8.1.0"
11+
min = "9.0.0"
1212

1313
# Relevant Gradle tasks to run per recipe
1414
[gradleTasks]

recipes/applyFusedLibraryPlugin/docs/CONTRIBUTING.md

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

recipes/applyFusedLibraryPlugin/recipe_metadata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description ="""
88
"""
99

1010
[agpVersion]
11-
min = "8.9.0"
11+
min = "9.0.0"
1212

1313
# Relevant Gradle tasks to run per recipe
1414
[gradleTasks]

recipes/asmTransformClasses/recipe_metadata.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description ="""
88
"""
99

1010
[agpVersion]
11-
min = "8.1.0"
11+
min = "9.0.0"
1212

1313
# Relevant Gradle tasks to run per recipe
1414
[gradleTasks]

0 commit comments

Comments
 (0)