Skip to content

Commit 270af4c

Browse files
committed
Fix lint issues
1 parent eee2c55 commit 270af4c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
99

1010
# AndroidX required by AGP >= 3.6.x
1111
android.useAndroidX=true
12+
android.experimental.lint.version=8.8.2
1213

1314
# Release information
1415
versionName=8.31.0

sentry-samples/sentry-samples-android/src/main/res/values/styles.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<resources>
1+
<resources xmlns:tools="http://schemas.android.com/tools">
22

33
<!-- Base application theme. -->
44
<style name="AppTheme" parent="Theme.AppCompat.DayNight.DarkActionBar">
@@ -15,7 +15,7 @@
1515
<item name="colorPrimary">@color/colorPrimary</item>
1616
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
1717
<item name="colorAccent">@color/colorAccent</item>
18-
<item name="android:windowLightStatusBar">true</item>
18+
<item name="android:windowLightStatusBar" tools:targetApi="23">true</item>
1919
<!-- Set a custom theme for dialogs, to customize user feedback dialog -->
2020
<!--<item name="android:dialogTheme">@style/AppThemeDialog</item>-->
2121
</style>

0 commit comments

Comments
 (0)