Skip to content

Commit

Permalink
android: AGP 8.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Jul 25, 2024
1 parent 2f3fc00 commit 98ad534
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ infrastructure-kotlin:
- [Kotlin](https://kotlinlang.org/docs/whatsnew20.html) `1.8.10``2.0.0`

infrastructure-android:
- [Android Gradle Plugin](https://developer.android.com/studio/releases/gradle-plugin) `7.4.2``8.5.0`
- [Android Gradle Plugin](https://developer.android.com/studio/releases/gradle-plugin) `7.4.2``8.5.1`
- Remove `android-cache-fix-gradle-plugin` from dependencies
- Remove `com.android.tools:common` from dependencies

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ infrastructure = "0.18.1"
infrastructure-kotlin = { module = "com.redmadrobot.build:infrastructure-kotlin", version.ref = "infrastructure" }
infrastructure-detekt = { module = "com.redmadrobot.build:infrastructure-detekt", version.ref = "infrastructure" }
infrastructure-publish = { module = "com.redmadrobot.build:infrastructure-publish", version.ref = "infrastructure" }
androidTools-gradle = "com.android.tools.build:gradle:8.5.0"
androidTools-gradle = "com.android.tools.build:gradle:8.5.1"
detektGradle = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6"
kotlinGradle = "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0"
pluginPublish = "com.gradle.publish:plugin-publish-plugin:1.2.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {

dependencies {
implementation(kotlin("gradle-plugin", version = "2.0.0"))
implementation("com.android.tools.build:gradle:8.5.0")
implementation("com.android.tools.build:gradle:8.5.1")
}
2 changes: 1 addition & 1 deletion samples/android-application/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
// Specify needed versions of AGP and KGP
id("com.android.application") version "8.5.0" apply false
id("com.android.application") version "8.5.1" apply false
kotlin("android") version "2.0.0" apply false

id("com.redmadrobot.android-config") version "0.19-SNAPSHOT"
Expand Down

0 comments on commit 98ad534

Please sign in to comment.