Skip to content

Commit

Permalink
updated to agp 8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fbzli committed Jul 4, 2024
1 parent 5c9232d commit 40a0bc8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ To apply the Gradle build plugin, you have to add it as a project dependency in
...
}
dependencies {
classpath 'com.android.tools.build:gradle:8.4.0' // Android build plugin
classpath 'ch.ubique.gradle:ubdiag-android:8.4.0' // UbDiag build plugin
classpath 'com.android.tools.build:gradle:8.5.0' // Android build plugin
classpath 'ch.ubique.gradle:ubdiag-android:8.5.0' // UbDiag build plugin
}
}

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ repositories {
dependencies {
implementation localGroovy()
implementation gradleApi()
implementation 'com.android.tools.build:gradle:8.4.0'
implementation 'com.android.tools.build:gradle:8.5.0'
}

// MAVEN PUBLISHING
mavenPublishing {
coordinates("ch.ubique.gradle", "ubdiag-android", "8.4.0")
coordinates("ch.ubique.gradle", "ubdiag-android", "8.5.0")
publishToMavenCentral(SonatypeHost.S01, true)
signAllPublications()
}
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed May 08 15:12:43 CEST 2024
#Wed July 04 10:12:43 CEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 40a0bc8

Please sign in to comment.