This commit is contained in:
Gracia
2025-04-12 17:04:44 +07:00
parent 4e82a36cad
commit b86b06a594
2 changed files with 8 additions and 2 deletions

6
.idea/AndroidProjectSystem.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AndroidProjectSystem">
<option name="providerId" value="com.android.tools.idea.GradleProjectSystem" />
</component>
</project>

View File

@ -25,7 +25,7 @@ android {
buildTypes { buildTypes {
release { release {
buildConfigField("String", "BASE_URL", "\"http://192.168.100.156:3000/\"") buildConfigField("String", "BASE_URL", "\"http://192.168.20.238:3000/\"")
isMinifyEnabled = false isMinifyEnabled = false
proguardFiles( proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"), getDefaultProguardFile("proguard-android-optimize.txt"),
@ -33,7 +33,7 @@ android {
) )
} }
debug { debug {
buildConfigField("String", "BASE_URL", "\"http://192.168.100.156:3000/\"") buildConfigField("String", "BASE_URL", "\"http://192.168.20.238:3000/\"")
} }
} }
compileOptions { compileOptions {