From 673084a8eee1339891a6aed9f04ef327ed76653d Mon Sep 17 00:00:00 2001 From: amirisback Date: Mon, 28 Aug 2023 13:35:40 +0700 Subject: [PATCH] update: build.gradle.kts --- build.gradle.kts | 4 ++-- buildSrc/build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 090d665..69ee603 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.0.2" apply false - id("com.android.library") version "8.0.2" apply false + id("com.android.application") version "8.1.1" apply false + id("com.android.library") version "8.1.1" apply false id("com.google.devtools.ksp") version "1.8.21-1.0.11" apply false id("org.jetbrains.kotlin.android") version DependencyGradle.KOTLIN_VERSION apply false } diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 1431279..b636ff7 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -11,5 +11,5 @@ repositories { dependencies{ // library open-build-src - implementation("com.github.frogobox:open-build-src:2.1.8") + implementation("com.github.frogobox:open-build-src:2.1.9") } \ No newline at end of file