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:
@@ -34,7 +34,7 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "org.lineageos.updater"
|
||||
minSdk = 30
|
||||
minSdk = 32
|
||||
targetSdk = 33
|
||||
versionCode = 1
|
||||
versionName = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user