Skip to content

Commit

Permalink
Merge pull request #18 from UbiqueInnovation/feature/agp-8.6
Browse files Browse the repository at this point in the history
updated to agp 8.6
  • Loading branch information
tabere-ubique authored Aug 30, 2024
2 parents fd45016 + 6cd95f2 commit f7a6a32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.5.0' // Android build plugin
classpath 'ch.ubique.gradle:ubdiag-android:8.5.0' // UbDiag build plugin
classpath 'com.android.tools.build:gradle:8.6.0' // Android build plugin
classpath 'ch.ubique.gradle:ubdiag-android:8.6.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.5.0'
implementation 'com.android.tools.build:gradle:8.6.0'
}

// MAVEN PUBLISHING
mavenPublishing {
coordinates("ch.ubique.gradle", "ubdiag-android", "8.5.0")
coordinates("ch.ubique.gradle", "ubdiag-android", "8.6.0")
publishToMavenCentral(SonatypeHost.S01, true)
signAllPublications()
}

0 comments on commit f7a6a32

Please sign in to comment.