From 210b049e8637e597cd304b9bfc16c82e0242645b Mon Sep 17 00:00:00 2001 From: Stevenchou1898 Date: Sat, 8 Mar 2025 02:59:53 -0800 Subject: [PATCH] Update settings.gradle.kts Correct mistake: Commented line 53 not line 54. --- Android-kotlin-Code/settings.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android-kotlin-Code/settings.gradle.kts b/Android-kotlin-Code/settings.gradle.kts index 99cb953..7c8d96c 100644 --- a/Android-kotlin-Code/settings.gradle.kts +++ b/Android-kotlin-Code/settings.gradle.kts @@ -50,8 +50,8 @@ dependencyResolutionManagement { library("androidx-core", "androidx.core:core-ktx:$coreKtx") library("androidx-activity", "androidx.activity:activity:$activity") library("androidx-fragment", "androidx.fragment:fragment:$fragment") - library("androidx-appcompat", "androidx.appcompat:appcompat:$appcompat") - // library("androidx-appcompat", "androidx.appcompat:appcompat-resources:$appcompatres") + // library("androidx-appcompat", "androidx.appcompat:appcompat:$appcompat") + library("androidx-appcompat", "androidx.appcompat:appcompat-resources:$appcompatres") library("androidx-coordinator", "androidx.coordinatorlayout:coordinatorlayout:$coordinator") library("androidx-recyclerview", "androidx.recyclerview:recyclerview:$recyclerview") library("androidx-viewpager", "androidx.viewpager2:viewpager2:$viewpager")