Skip to content

Commit

Permalink
updated to agp 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fbzli committed May 8, 2024
1 parent 87aa80b commit 556bf48
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.3.0' // Android build plugin
classpath 'ch.ubique.gradle:ubdiag-android:8.3.0' // UbDiag build plugin
classpath 'com.android.tools.build:gradle:8.4.0' // Android build plugin
classpath 'ch.ubique.gradle:ubdiag-android:8.4.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.3.2'
implementation 'com.android.tools.build:gradle:8.4.0'
}

// MAVEN PUBLISHING
mavenPublishing {
coordinates("ch.ubique.gradle", "ubdiag-android", "8.3.0")
coordinates("ch.ubique.gradle", "ubdiag-android", "8.4.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 @@
#Thu Apr 25 09:45:26 CEST 2024
#Wed May 08 15:12:43 CEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 556bf48

Please sign in to comment.