fix: use api-intranet.firmatpp.pl, add missing theme resource
Some checks failed
Build & Deploy APK / build (push) Failing after 1m20s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
admin
2026-03-25 21:35:54 +01:00
parent a4f29ce1f1
commit f999b409f7
3 changed files with 8 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ android {
buildConfigField(
"String",
"API_BASE_URL",
"\"https://itstransport.moghome53.top/api\""
"\"https://api-intranet.firmatpp.pl/api\""
)
}
release {
@@ -44,7 +44,7 @@ android {
buildConfigField(
"String",
"API_BASE_URL",
"\"https://itstransport.moghome53.top/api\""
"\"https://api-intranet.firmatpp.pl/api\""
)
}
}

View File

@@ -10,12 +10,12 @@
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.Material3.DayNight.NoActionBar">
android:theme="@style/Theme.ITSTransport">
<activity
android:name=".MainActivity"
android:exported="true"
android:theme="@style/Theme.Material3.DayNight.NoActionBar">
android:theme="@style/Theme.ITSTransport">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.ITSTransport" parent="android:Theme.Material.Light.NoActionBar" />
</resources>