Skip to content

Commit

Permalink
Update to Android Gradle Plugin 8.7.0-alpha03
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Aug 8, 2024
1 parent c1aea5e commit 4dccbe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ repositories {
mavenCentral()
}

def freefairGradleVersion = "8.6"
def agpVersion = "8.6.0-beta02"
def freefairGradleVersion = "8.7.1"
def agpVersion = "8.7.0-alpha03"

group = 'io.freefair.gradle'
description = "FreeFair Android Gradle Plugins"

tasks.withType(Javadoc).configureEach {
options.addBooleanOption("Xdoclint:-missing", true)
options.links "https://docs.gradle.org/$gradle.gradleVersion/javadoc/"
options.links "https://developer.android.com/reference/tools/gradle-api/8.6/"
options.links "https://developer.android.com/reference/tools/gradle-api/8.7/"
options.links "https://docs.freefair.io/gradle-plugins/$freefairGradleVersion/api"
}

Expand Down

0 comments on commit 4dccbe7

Please sign in to comment.