Skip to content

Commit

Permalink
agp 8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fbzli committed Mar 5, 2025
1 parent 113fd99 commit ab143fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The plugin contains the following functionality:

```kotlin
plugins {
id("ch.ubique.gradle.alpaka") version "8.7.0"
id("ch.ubique.gradle.alpaka") version "8.9.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion alpaka/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
agp = "8.8.0"
agp = "8.9.0"
kotlin = "2.1.10"
pluginPublish = "1.2.2"
vanniktech = "0.29.0"

okhttp = "4.12.0"
retrofit = "2.11.0"
moshi = "1.15.1"
moshi = "1.15.2"

coreKtx = "1.13.1"
coreKtx = "1.15.0"
appcompat = "1.7.0"
material = "1.12.0"
activity = "1.9.2"
constraintlayout = "2.1.4"
activity = "1.10.1"
constraintlayout = "2.2.1"

[plugins]
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin"}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit ab143fb

Please sign in to comment.