Skip to content

Commit

Permalink
Merge pull request #130 from Virelion/renovate/com.android.tools.buil…
Browse files Browse the repository at this point in the history
…d-gradle-8.x

fix(deps): update dependency com.android.tools.build:gradle to v8.2.2
  • Loading branch information
Virelion committed Feb 3, 2024
2 parents cb9b864 + a4a5091 commit c36e12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
google()
}
dependencies {
classpath("com.android.tools.build:gradle:8.1.0")
classpath("com.android.tools.build:gradle:8.2.2")
}
}

Expand Down
2 changes: 1 addition & 1 deletion integration-test-project/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath("com.android.tools.build:gradle:8.1.0")
classpath("com.android.tools.build:gradle:8.2.2")
}
}

Expand Down

0 comments on commit c36e12a

Please sign in to comment.