Update SDK, Gradle, and dependencies

- Updated compileSdk and targetSdk to 36
- Updated Gradle wrapper to version 8.13
- Updated various library dependencies to their latest versions, including:
  - Android Gradle Plugin (AGP) to 8.11.1
  - Kotlin to 2.2.0
  - Core KTX to 1.16.0
  - AppCompat to 1.7.1
  - ConstraintLayout to 2.2.1
  - Navigation to 2.9.1
  - Lifecycle to 2.9.1
  - Dagger to 2.56.2
  - WorkManager to 2.10.2
  - RecyclerView to 1.4.0
  - Retrofit to 3.0.0
  - Room to 2.7.2
  - Compose to 1.8.3
This commit is contained in:
CreativeCodeCat
2025-07-15 12:27:43 +01:00
parent 261cdfed15
commit ebe0b1e926
3 changed files with 16 additions and 16 deletions

View File

@@ -13,12 +13,12 @@ plugins {
android {
namespace = "com.github.droidworksstudio.launcher"
compileSdk = 35
compileSdk = 36
defaultConfig {
applicationId = "app.easy.launcher"
minSdk = 24
targetSdk = 35
targetSdk = 36
versionCode = 33
versionName = "0.3.3"

View File

@@ -1,24 +1,24 @@
[versions]
agp = "8.7.3"
kotlin = "2.0.0"
coreKtx = "1.15.0"
agp = "8.11.1"
kotlin = "2.2.0"
coreKtx = "1.16.0"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
appcompat = "1.7.0"
appcompat = "1.7.1"
material = "1.12.0"
constraintlayout = "2.2.0"
navigation = "2.8.4"
lifecycle = "2.8.7"
dagger = "2.52"
work = "2.10.0"
recyclerview = "1.3.2"
constraintlayout = "2.2.1"
navigation = "2.9.1"
lifecycle = "2.9.1"
dagger = "2.56.2"
work = "2.10.2"
recyclerview = "1.4.0"
preference = "1.2.1"
retrofit = "2.11.0"
room = "2.6.1"
retrofit = "3.0.0"
room = "2.7.2"
biometric = "1.2.0-alpha05"
color-chooser = "0.7.3"
composeAndroid = "1.7.5"
composeAndroid = "1.8.3"
acra = "5.12.0"
paletteKtx = "1.0.0"

View File

@@ -1,6 +1,6 @@
#Sat Sep 07 12:40:08 BST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists