Skip to content

Commit 16da7cf

Browse files
committed
fix: lint
1 parent 66fbb8a commit 16da7cf

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<activity
1717
android:name=".app.ui.MainActivity"
1818
android:exported="true"
19-
android:label="@string/app_name"
2019
android:theme="@style/Theme.BrBaCompose.NoActionBar">
2120
<intent-filter>
2221
<action android:name="android.intent.action.MAIN" />
@@ -26,11 +25,11 @@
2625
</activity>
2726
<provider
2827
android:name="androidx.startup.InitializationProvider"
29-
android:authorities="${applicationId}.androidx-startup"
28+
android:authorities="io.github.shinhyo.brba.androidx-startup"
3029
android:exported="false"
3130
tools:node="merge">
3231
<meta-data
33-
android:name="${applicationId}.app.initializer.TimberInitializer"
32+
android:name="io.github.shinhyo.brba.app.initializer.TimberInitializer"
3433
android:value="androidx.startup" />
3534
</provider>
3635
</application>

app/src/main/res/drawable/brba.png

-5.32 KB
Binary file not shown.

app/src/main/res/values/themes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<resources xmlns:tools="http://schemas.android.com/tools">
1+
<resources>
22
<!-- Base application theme. -->
33
<style name="Theme.BrBaCompose" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
44
<!-- Primary brand color. -->
@@ -10,7 +10,7 @@
1010
<!-- <item name="colorSecondaryVariant">@color/teal_700</item>-->
1111
<!-- <item name="colorOnSecondary">@color/black</item>-->
1212
<!-- Status bar color. -->
13-
<item name="android:statusBarColor" tools:targetApi="l">@color/immersive_sys_ui</item>
13+
<item name="android:statusBarColor">@color/immersive_sys_ui</item>
1414
<!-- Customize your theme here. -->
1515
</style>
1616

0 commit comments

Comments
 (0)