This commit is contained in:
DelLevin-Home
2026-02-10 23:17:45 +08:00
parent ba4aec0e08
commit 41ea86db01
37 changed files with 1200 additions and 637 deletions

View File

@@ -47,4 +47,10 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.fragment:fragment:1.6.2'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
implementation 'androidx.viewpager2:viewpager2:1.0.0'
}