From 5a471d05221bf7cdd3c2a4ba160455caad9a275d Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 13 Mar 2025 20:39:29 +0300 Subject: [PATCH] so much fixes --- app/build.gradle.kts | 3 ++- gradle.properties | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 44e22bf..fc88e32 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -33,7 +33,8 @@ android { dependencies { - implementation(libs.appcompat) + implementation("com.android.support:support-v4:21.0.1") + implementation("com.android.support:appcompat-v7:21.0.1") implementation(libs.material) implementation(libs.activity) implementation(libs.constraintlayout) diff --git a/gradle.properties b/gradle.properties index 4387edc..8ce7d1f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,4 +18,5 @@ android.useAndroidX=true # Enables namespacing of each library's R class so that its R class includes only the # resources declared in the library itself and none from the library's dependencies, # thereby reducing the size of the R class for that library -android.nonTransitiveRClass=true \ No newline at end of file +android.nonTransitiveRClass=true +android.enableAapt2=false \ No newline at end of file