Skip to content

Commit

Permalink
Compile Hilt Gradle Plugin against AGP 7.0 now that it is stable.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 387844138
  • Loading branch information
danysantiago authored and Dagger Team committed Jul 30, 2021
1 parent 2f50035 commit 5dec3cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
agp: ['4.1.0', '4.2.0', '7.0.0-rc01']
agp: ['4.1.0', '4.2.0', '7.0.0']
steps:
- name: 'Check out repository'
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion java/dagger/hilt/android/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildscript {
ext {
agp_version = System.getenv('AGP_VERSION') ?: "7.0.0-rc01"
agp_version = System.getenv('AGP_VERSION') ?: "7.0.0"
}
repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion util/run-local-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ pushd examples/maven && mvn compile && popd
util/run-local-gradle-tests.sh
util/run-local-gradle-android-tests.sh "4.1.0"
util/run-local-gradle-android-tests.sh "4.2.0"
util/run-local-gradle-android-tests.sh "7.0.0-rc01"
util/run-local-gradle-android-tests.sh "7.0.0"


0 comments on commit 5dec3cf

Please sign in to comment.