- Updated Gradle to target API 30, so I could use non-deprecated stuff.

This commit is contained in:
SerpentSpirale 2021-01-28 23:04:33 +01:00
parent 14fea5c11b
commit 6501b54514
2 changed files with 1 additions and 15 deletions

View File

@ -5,7 +5,7 @@ def getDate() {
}
android {
compileSdkVersion 29
compileSdkVersion 30
dexOptions {
javaMaxHeapSize "4g"
}

View File

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Light or not? -->
<style name="AppTheme" parent="@style/Theme.AppCompat.NoActionBar">
<item name="windowNoTitle">true</item>
<item name="windowActionBar">false</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowTranslucentNavigation">true</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay.v14.Material</item>
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item>
</style>
</resources>