Skip to content

Commit

Permalink
app: update gradle plug-in(s)
Browse files Browse the repository at this point in the history
Signed-off-by: Salvo Giangreco <giangrecosalvo9@gmail.com>
  • Loading branch information
salvogiangri committed Aug 5, 2024
1 parent e6477fa commit 10ba356
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ buildscript {
}

dependencies {
classpath("com.android.tools.build:gradle:8.5.0")
classpath("com.android.tools.build:gradle:8.5.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.0")
classpath("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.0.0-1.0.22")
classpath("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.0.0-1.0.24")
classpath("dev.rikka.tools.refine:gradle-plugin:4.4.0")
}
}
Expand Down
2 changes: 1 addition & 1 deletion stub/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ dependencies {
annotationProcessor("dev.rikka.tools.refine:annotation-processor:4.4.0")
compileOnly("dev.rikka.tools.refine:annotation:4.4.0")
// AndroidX: https://developer.android.com/jetpack/androidx/versions
implementation("androidx.annotation:annotation:1.8.0")
implementation("androidx.annotation:annotation:1.8.1")
}

0 comments on commit 10ba356

Please sign in to comment.