From 41f6f04fb441bd8758424efae3e3681ad69375aa Mon Sep 17 00:00:00 2001 From: vladimir-shperling Date: Tue, 29 Oct 2024 02:51:00 +0700 Subject: [PATCH] Add support AS Lady bug --- app/build.gradle.kts | 1 + build.gradle.kts | 4 ++-- buildSrc | 2 +- gradle | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 14f1585..b8eca89 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -33,4 +33,5 @@ android { dependencies { defaultLibrary() + customLibrary() } diff --git a/build.gradle.kts b/build.gradle.kts index 860f2c8..00333e0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - androidApplication version Version.gradle apply false + androidApplication version Version.agp apply false kotlinJvm version Version.Kotlin.language apply false -} \ No newline at end of file +} diff --git a/buildSrc b/buildSrc index deb24ec..fde8907 160000 --- a/buildSrc +++ b/buildSrc @@ -1 +1 @@ -Subproject commit deb24ec7ef3d1bda80ec8d8619b7b2bc86788682 +Subproject commit fde89075ac5d4f4156e4f2f3fba2476874aff483 diff --git a/gradle b/gradle index 206bac0..d115144 160000 --- a/gradle +++ b/gradle @@ -1 +1 @@ -Subproject commit 206bac06d8e8838d392c6f1d00dc0879ea24e5d4 +Subproject commit d11514433239954cc4fa8b336c0348daf8ff7268