Merge branch 'master' into store

This commit is contained in:
Nikitha
2026-03-13 19:08:25 -06:00
25 changed files with 1107 additions and 86 deletions

View File

@@ -37,6 +37,13 @@ dependencies {
implementation(libs.activity)
implementation(libs.constraintlayout)
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
implementation("com.squareup.okhttp3:logging-interceptor:4.9.1")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("com.google.android.material:material:1.11.0")
implementation("androidx.viewpager2:viewpager2:1.1.0")