android: stabilize DI graph and production api config
Some checks are pending
CI / test (push) Has started running

This commit is contained in:
Codex
2026-03-08 23:02:16 +03:00
parent 9d842c1d88
commit 4939754de8
10 changed files with 48 additions and 21 deletions

View File

@@ -17,7 +17,7 @@ android {
targetSdk = 35
versionCode = 1
versionName = "0.1.0"
buildConfigField("String", "API_BASE_URL", "\"http://10.0.2.2:8000/\"")
buildConfigField("String", "API_BASE_URL", "\"https://chat.daemonlord.ru/\"")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {