Skip to content

Commit 67646f3

Browse files
committed
replace version code with api level
1 parent 1927b6d commit 67646f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<!-- The final theme we use -->
2424
<style name="Theme.Nia" parent="NightAdjusted.Theme.Nia">
25-
<item name="android:forceDarkAllowed" tools:targetApi="q">false</item>
25+
<item name="android:forceDarkAllowed" tools:targetApi="29">false</item>
2626
</style>
2727

2828
<style name="NightAdjusted.Theme.Splash" parent="Theme.SplashScreen">

0 commit comments

Comments
 (0)