fetch my store profile

This commit is contained in:
Gracia
2025-03-30 01:17:06 +07:00
parent 1491c4bde6
commit 6759e8d7e5
13 changed files with 244 additions and 184 deletions

View File

@ -23,7 +23,7 @@ android {
buildTypes {
release {
buildConfigField("String", "BASE_URL", "\"http://192.168.1.4:3000/\"")
buildConfigField("String", "BASE_URL", "\"http://192.168.100.156:3000/\"")
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
@ -31,7 +31,7 @@ android {
)
}
debug {
buildConfigField("String", "BASE_URL", "\"http://192.168.1.4:3000/\"")
buildConfigField("String", "BASE_URL", "\"http://192.168.100.156:3000/\"")
}
}
compileOptions {
@ -66,13 +66,14 @@ dependencies {
androidTestImplementation(libs.androidx.espresso.core)
//retrofit
implementation(libs.retrofit)
implementation(libs.converter.gson)
implementation(libs.logging.interceptor)
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
implementation("com.squareup.okhttp3:logging-interceptor:4.11.0")
implementation(libs.glide)
implementation(libs.androidx.paging.runtime)
implementation(libs.androidx.swiperefreshlayout)
implementation("com.github.bumptech.glide:glide:4.16.0")
implementation("androidx.paging:paging-runtime:3.2.1")
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("de.hdodenhof:circleimageview:3.1.0")
// implementation(libs.hilt.android)