Updater: Bump minSdk to 32

* We use features that are only available on 31 and up (system colors)
  anyway
* We can use Java 11 instead of 1.8 (which we already can use when not
  using gradle, but that way AS also recognizes it)

Change-Id: Ie2ea1e77b1954bde44f06b63e6c09979d0e91c17
This commit is contained in:
Michael W
2025-01-11 21:10:31 +01:00
committed by Nolen Johnson
parent fbdb5570a5
commit 9918f7ef91

View File

@@ -34,7 +34,7 @@ android {
defaultConfig {
applicationId = "org.lineageos.updater"
minSdk = 30
minSdk = 32
targetSdk = 33
versionCode = 1
versionName = "1.0"