Skip to content

Commit

Permalink
fix: update plugin according to gradle api plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
juherr committed Aug 25, 2024
1 parent ce74e6b commit ea89e9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsonschema2pojo-gradle-plugin/example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ buildscript {
dependencies {
if (JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)) {
classpath 'com.android.tools.build:gradle:8.5.2'
} else if (JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_11)) {
classpath 'com.android.tools.build:gradle:7.4.2'
} else {
classpath 'com.android.tools.build:gradle:4.2.2'
}
Expand Down

0 comments on commit ea89e9c

Please sign in to comment.