Skip to content

Commit

Permalink
Downgrade provided version to reimplement new API using reflection.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Sep 13, 2023
1 parent e757b67 commit 61dd521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion byte-buddy-gradle-plugin/android-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ repositories {

dependencies {
api gradleApi()
compileOnly group: 'com.android.tools.build', name: 'gradle', version: '7.4.0'
compileOnly group: 'com.android.tools.build', name: 'gradle', version: '7.3.0'
}

0 comments on commit 61dd521

Please sign in to comment.