Feat: - Using Tauri v2 by default - Add new configuration to initiate mobile app - Add dependencies needed for mobile build Test: - Confirm to be built successfully - Confirm to keep settings for desktop and build successfully - Reuse most of components from desktop version
7 lines
250 B
XML
7 lines
250 B
XML
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
<!-- Base application theme. -->
|
|
<style name="Theme.jan" parent="Theme.MaterialComponents.DayNight.NoActionBar">
|
|
<!-- Customize your theme here. -->
|
|
</style>
|
|
</resources>
|