Skip to content

Commit ebe0b1e

Browse files
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
1 parent 261cdfe commit ebe0b1e

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ plugins {
1313

1414
android {
1515
namespace = "com.github.droidworksstudio.launcher"
16-
compileSdk = 35
16+
compileSdk = 36
1717

1818
defaultConfig {
1919
applicationId = "app.easy.launcher"
2020
minSdk = 24
21-
targetSdk = 35
21+
targetSdk = 36
2222
versionCode = 33
2323
versionName = "0.3.3"
2424

gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
[versions]
2-
agp = "8.7.3"
3-
kotlin = "2.0.0"
4-
coreKtx = "1.15.0"
2+
agp = "8.11.1"
3+
kotlin = "2.2.0"
4+
coreKtx = "1.16.0"
55
junit = "4.13.2"
66
junitVersion = "1.2.1"
77
espressoCore = "3.6.1"
8-
appcompat = "1.7.0"
8+
appcompat = "1.7.1"
99
material = "1.12.0"
10-
constraintlayout = "2.2.0"
11-
navigation = "2.8.4"
12-
lifecycle = "2.8.7"
13-
dagger = "2.52"
14-
work = "2.10.0"
15-
recyclerview = "1.3.2"
10+
constraintlayout = "2.2.1"
11+
navigation = "2.9.1"
12+
lifecycle = "2.9.1"
13+
dagger = "2.56.2"
14+
work = "2.10.2"
15+
recyclerview = "1.4.0"
1616
preference = "1.2.1"
17-
retrofit = "2.11.0"
18-
room = "2.6.1"
17+
retrofit = "3.0.0"
18+
room = "2.7.2"
1919
biometric = "1.2.0-alpha05"
2020
color-chooser = "0.7.3"
21-
composeAndroid = "1.7.5"
21+
composeAndroid = "1.8.3"
2222
acra = "5.12.0"
2323
paletteKtx = "1.0.0"
2424

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sat Sep 07 12:40:08 BST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)