File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
sentry-samples/sentry-samples-android/src/main/res/values Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
99
1010# AndroidX required by AGP >= 3.6.x
1111android.useAndroidX =true
12+ android.experimental.lint.version =8.8.2
1213
1314# Release information
1415versionName =8.31.0
Original file line number Diff line number Diff line change 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" >
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 >
You can’t perform that action at this time.
0 commit comments