Skip to content

Commit

Permalink
Bump agpVersion from 8.6.1 to 8.8.0
Browse files Browse the repository at this point in the history
Bumps `agpVersion` from 8.6.1 to 8.8.0.

Updates `com.android.tools.build:gradle-api` from 8.6.1 to 8.8.0

Updates `com.android.tools.build:gradle` from 8.6.1 to 8.8.0

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 025f951 commit c254634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}

def freefairGradleVersion = "8.7.1"
def agpVersion = "8.6.1"
def agpVersion = "8.8.0"

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

0 comments on commit c254634

Please sign in to comment.