build: Bump upgradable dependencies to 17102025

Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
Pun Butrach
2025-10-17 23:18:41 +07:00
parent fdcd97fcd9
commit 2cfd40de75
2 changed files with 14 additions and 14 deletions
+7 -7
View File
@@ -14,10 +14,10 @@ plugins {
id 'org.jetbrains.kotlin.plugin.serialization' version "2.2.10" // Don't ever update to 2.2.20
id "com.google.devtools.ksp" version "2.2.10-2.0.2" // Don't ever update to 2.2.20
id 'com.google.protobuf' version "0.9.5"
id 'app.cash.licensee' version "1.13.0"
id 'app.cash.licensee' version "1.14.1"
id 'dev.rikka.tools.refine' version "4.4.0"
id 'com.diffplug.spotless' version '7.2.1' // Please don't try to upgrade this
id 'com.google.dagger.hilt.android' version '2.57.1' // Please don't try to upgrade this
id 'com.diffplug.spotless' version '8.0.0'
id 'com.google.dagger.hilt.android' version '2.57.2'
}
// LC-Build-TODO: addFrameworkJar() doesn't work, what???
@@ -147,7 +147,7 @@ final def ciRunNumber = System.getenv("GITHUB_RUN_NUMBER") ?: ""
final def isReleaseBuild = ciBuild && ciRef.contains("beta")
final def devReleaseName = ciBuild ? "Dev.(#${ciRunNumber})" : "Dev.(${buildCommit})"
final def version = "16"
final def releaseName = "Development 2 Release 0"
final def releaseName = "Development 3 Release 0"
final def versionDisplayName = "${version}.${isReleaseBuild ? releaseName : devReleaseName}"
final def majorVersion = versionDisplayName.split("\\.")[0]
@@ -158,10 +158,10 @@ android {
namespace "com.android.launcher3"
defaultConfig {
/*
* Lawnchair Launcher 16.0 Development 2 Release 1
* Lawnchair Launcher 16.0 Development 3 Release 1
* see CONTRIBUTING.md#versioning-scheme
*/
versionCode 16_00_01_02_01
versionCode 16_00_01_03_01
versionName "${versionDisplayName}"
buildConfigField "String", "VERSION_DISPLAY_NAME", "\"${versionDisplayName}\""
buildConfigField "String", "MAJOR_VERSION", "\"${majorVersion}\""
@@ -509,5 +509,5 @@ licensee {
allowUrl("https://opensource.org/licenses/mit-license.php")
bundleAndroidAsset = true
// androidAssetReportPath = 'licenses.json'
androidAssetReportPath = 'licenses.json'
}
+7 -7
View File
@@ -5,10 +5,10 @@ airbnbLottie = "6.6.10"
androidDesugar = "2.1.5"
benchmarkMacroJunit4 = "1.4.1"
coil = "2.7.0"
compose = "1.9.2"
composeBom = "2025.09.01"
composeMaterial = "1.9.2"
composeMaterial3 = "1.5.0-alpha04"
compose = "1.9.3"
composeBom = "2025.10.00"
composeMaterial = "1.9.3"
composeMaterial3 = "1.5.0-alpha06"
composeMaterialIcons = "1.7.8"
concurrentFutures = "1.3.0"
constraintlayout = "2.2.1"
@@ -36,19 +36,19 @@ libsu = "6.0.0"
lifecycle = "2.9.4"
materialMotionCompose = "2.0.1"
navigationCompose = "2.9.5"
okhttp = "5.1.0"
okhttp = "5.2.1"
opto = "1.0.18"
palette = "1.0.0"
persianDate = "1.7.1"
preference = "1.2.1"
profileinstaller = "1.4.1"
protocVersion = "4.32.1"
protocVersion = "4.33.0"
recyclerview = "1.4.0"
reorderable = "2.5.1"
restrictionBypass = "2.2"
retrofit = "3.0.0"
rikkaRefine = "4.4.0"
room = "2.8.1"
room = "2.8.2"
slice = "1.1.0-alpha02"
smartspacer = "1.1.2"
uiautomator = "2.3.0"