mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
Temporarily revert commit
This commit is contained in:
@@ -25,7 +25,7 @@ allprojects {
|
||||
android {
|
||||
compileSdk 34
|
||||
defaultConfig {
|
||||
minSdk 27
|
||||
minSdk 26
|
||||
targetSdk 34
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
}
|
||||
@@ -119,7 +119,7 @@ final def releaseName = "Beta 1"
|
||||
final def versionDisplayName = "${version} ${isReleaseBuild ? releaseName : devReleaseName}"
|
||||
final def majorVersion = versionDisplayName.split("\\.")[0]
|
||||
|
||||
final def quickstepMinSdk = "33"
|
||||
final def quickstepMinSdk = "34"
|
||||
final def quickstepMaxSdk = "34"
|
||||
|
||||
android {
|
||||
|
||||
Reference in New Issue
Block a user