fix: use api-intranet.firmatpp.pl, add missing theme resource
Some checks failed
Build & Deploy APK / build (push) Failing after 1m20s
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:
@@ -32,7 +32,7 @@ android {
|
|||||||
buildConfigField(
|
buildConfigField(
|
||||||
"String",
|
"String",
|
||||||
"API_BASE_URL",
|
"API_BASE_URL",
|
||||||
"\"https://itstransport.moghome53.top/api\""
|
"\"https://api-intranet.firmatpp.pl/api\""
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
release {
|
release {
|
||||||
@@ -44,7 +44,7 @@ android {
|
|||||||
buildConfigField(
|
buildConfigField(
|
||||||
"String",
|
"String",
|
||||||
"API_BASE_URL",
|
"API_BASE_URL",
|
||||||
"\"https://itstransport.moghome53.top/api\""
|
"\"https://api-intranet.firmatpp.pl/api\""
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,12 +10,12 @@
|
|||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/Theme.Material3.DayNight.NoActionBar">
|
android:theme="@style/Theme.ITSTransport">
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".MainActivity"
|
android:name=".MainActivity"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:theme="@style/Theme.Material3.DayNight.NoActionBar">
|
android:theme="@style/Theme.ITSTransport">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
|
|||||||
4
app/src/main/res/values/themes.xml
Normal file
4
app/src/main/res/values/themes.xml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<style name="Theme.ITSTransport" parent="android:Theme.Material.Light.NoActionBar" />
|
||||||
|
</resources>
|
||||||
Reference in New Issue
Block a user