Skip to content

Commit

Permalink
Remove AGP 4.2 from Hilt Gradle Plugin
Browse files Browse the repository at this point in the history
RELNOTES=Remove AGP 4.2 from Hilt Gradle Plugin
PiperOrigin-RevId: 487198126
  • Loading branch information
kuanyingchou authored and Dagger Team committed Nov 9, 2022
1 parent 81887cc commit 127df43
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 92 deletions.
9 changes: 0 additions & 9 deletions java/dagger/hilt/android/plugin/agp-wrapper-4-2/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {

dependencies {
api project(':agp-wrapper')
implementation project(':agp-wrapper-4-2')
implementation project(':agp-wrapper-7-0')
implementation project(':agp-wrapper-7-1')
implementation project(':agp-wrapper-7-2')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ fun getAndroidComponentsExtension(project: Project): AndroidComponentsExtensionC
version >= SimpleAGPVersion(7, 0) -> {
AndroidComponentsExtensionCompatApi70Impl(project)
}
version >= SimpleAGPVersion(4, 2) -> {
AndroidComponentsExtensionCompatApi42Impl(project)
}
else -> {
error("Android Gradle Plugin $version is not supported")
}
Expand Down
1 change: 0 additions & 1 deletion java/dagger/hilt/android/plugin/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ rootProject.name = 'hilt-gradle-plugin'
include ':main'
include ':agp-wrapper'
include ':agp-wrapper-impl'
include ':agp-wrapper-4-2'
include ':agp-wrapper-7-0'
include ':agp-wrapper-7-1'
include ':agp-wrapper-7-2'

0 comments on commit 127df43

Please sign in to comment.