Skip to content

Commit

Permalink
Update to Kotlin 1.7.0 in the Hilt Gradle Plugin project.
Browse files Browse the repository at this point in the history
Also depend on stable AGP 7.2.0 instead of alpha.

RELNOTES=N/A
PiperOrigin-RevId: 464874860
  • Loading branch information
danysantiago authored and Dagger Team committed Aug 2, 2022
1 parent ab008dd commit 12b385b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions java/dagger/hilt/android/plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
kotlin_version = "1.5.32"
agp_version = System.getenv('AGP_VERSION') ?: "7.2.0-alpha06"
kotlin_version = "1.7.0"
agp_version = System.getenv('AGP_VERSION') ?: "7.2.0"
pluginArtifactId = 'hilt-android-gradle-plugin'
pluginId = 'com.google.dagger.hilt.android'
}
Expand Down
2 changes: 1 addition & 1 deletion java/dagger/hilt/android/plugin/main/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.2.0-alpha06"
agp_version = System.getenv('AGP_VERSION') ?: "7.2.0"
}
}

Expand Down

0 comments on commit 12b385b

Please sign in to comment.