Skip to content

Commit

Permalink
Merge pull request #13 from UbiqueInnovation/feature/agp-8.9
Browse files Browse the repository at this point in the history
agp 8.9
  • Loading branch information
fbzli authored Mar 5, 2025
2 parents 113fd99 + ee82537 commit 27b180a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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
4 changes: 2 additions & 2 deletions examplegroovy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ plugins {

android {
namespace 'com.example.examplegroovy'
compileSdk 34
compileSdk 35

defaultConfig {
applicationId "com.example.examplegroovy"
minSdk 26
targetSdk 34
targetSdk 35
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions examplekts/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ plugins {

android {
namespace = "com.example.examplekts"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.example.examplekts"
minSdk = 26
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"

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 27b180a

Please sign in to comment.