diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 1380e0ec2..20cc2c684 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -1,6 +1,7 @@ plugins { `kotlin-dsl` } + repositories { google() mavenCentral() @@ -17,9 +18,9 @@ gradlePlugin { dependencies { implementation(kotlin("gradle-plugin", "2.0.0")) - implementation("com.android.tools.build:gradle:8.5.0") - implementation("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.0.0-1.0.22") + implementation("com.android.tools.build:gradle:8.5.1") + implementation("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.0.0-1.0.23") implementation("androidx.navigation:navigation-safe-args-gradle-plugin:2.7.7") implementation("org.lsposed.lsparanoid:gradle-plugin:0.5.2") - implementation("org.eclipse.jgit:org.eclipse.jgit:6.7.0.202309050840-r") + implementation("org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r") }