gradle: set compileSDK/targetSdk to 36

This commit is contained in:
2025-11-21 23:07:45 +01:00
parent 553e1c351f
commit 6d63ad54f2
2 changed files with 7 additions and 2 deletions

View File

@@ -4,6 +4,11 @@
<style name="Theme.LunaTracker" parent="Theme.AppCompat.NoActionBar">
<item name="colorAccent">@color/accent</item>
<item name="android:textColor">@color/textColor</item>
<!-- make the screen not overlap with the system bars -->
<item name="android:fitsSystemWindows">true</item>
<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>
</style>
<style name="OverflowMenuText">