Skip to content

Commit

Permalink
Pr/jaredsburrows/7.2.2 (#420)
Browse files Browse the repository at this point in the history
* agp-7.2.2
  • Loading branch information
jaredsburrows authored Jan 30, 2024
1 parent 28c8d4b commit 915e67a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ final class LicensePluginVersionSpec extends Specification {

where:
gradleVersion << [
'7.2',
'7.3.3',
'7.4.2',
'7.5.1',
Expand Down Expand Up @@ -122,7 +121,6 @@ final class LicensePluginVersionSpec extends Specification {
// 7+, 3.6.4
[gradleVersion, agpVersion] << [
[
'7.2',
'7.3.3',
'7.4.2',
],
Expand Down Expand Up @@ -181,7 +179,6 @@ final class LicensePluginVersionSpec extends Specification {
// 7+, 4
[gradleVersion, agpVersion] << [
[
'7.2',
'7.3.3',
'7.4.2',
],
Expand Down Expand Up @@ -240,7 +237,6 @@ final class LicensePluginVersionSpec extends Specification {
// 7+, 4.1.0+
[gradleVersion, agpVersion] << [
[
'7.2',
'7.3.3',
'7.4.2',
],
Expand Down Expand Up @@ -299,7 +295,6 @@ final class LicensePluginVersionSpec extends Specification {
// 7+, 4.2
[gradleVersion, agpVersion] << [
[
'7.2',
'7.3.3',
'7.4.2',
],
Expand Down Expand Up @@ -358,7 +353,6 @@ final class LicensePluginVersionSpec extends Specification {
// 7.0+, 7.0
[gradleVersion, agpVersion] << [
[
'7.2',
'7.3.3',
'7.4.2',
'7.5.1',
Expand Down Expand Up @@ -422,7 +416,6 @@ final class LicensePluginVersionSpec extends Specification {
// 7.2+, 7.1
[gradleVersion, agpVersion] << [
[
'7.2',
'7.3.3',
'7.4.2',
'7.5.1',
Expand Down Expand Up @@ -486,7 +479,6 @@ final class LicensePluginVersionSpec extends Specification {
// 7.3+, 7.2
[gradleVersion, agpVersion] << [
[
'7.2',
'7.3.3',
'7.4.2',
'7.5.1',
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }
license = { id = "com.jaredsburrows.license", version = "0.9.4" }

[libraries]
android-plugin = { module = "com.android.tools.build:gradle", version = "7.1.3" }
android-plugin = { module = "com.android.tools.build:gradle", version = "7.2.2" }
commons = { module = "org.apache.commons:commons-csv", version = "1.10.0" }
moshi = { module = "com.squareup.moshi:moshi", version = "1.15.0" }
kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" }
Expand Down

0 comments on commit 915e67a

Please sign in to comment.