Skip to content

Commit 7aa03a3

Browse files
committed
chore: bump libs
1 parent 15c82b1 commit 7aa03a3

File tree

4 files changed

+19
-23
lines changed

4 files changed

+19
-23
lines changed

composeApp/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ plugins {
1818

1919
kotlin {
2020
androidTarget {
21-
@OptIn(ExperimentalKotlinGradlePluginApi::class)
2221
compilerOptions {
2322
jvmTarget.set(JvmTarget.JVM_17)
2423
}
@@ -45,7 +44,7 @@ kotlin {
4544
implementation(libs.androidx.credentials.core)
4645
implementation(libs.androidx.credentials.compat)
4746

48-
implementation(libs.koin.androidx.startup)
47+
// implementation(libs.koin.androidx.startup)
4948
implementation(libs.koin.androidx.workmanager)
5049

5150
implementation(libs.bundles.firebase)

composeApp/src/androidMain/kotlin/mehiz/abdallah/progres/App.kt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ import di.initKoin
66
import mehiz.abdallah.progres.di.WorkersModule
77
import org.koin.android.ext.koin.androidContext
88
import org.koin.androidx.workmanager.koin.workManagerFactory
9-
import org.koin.androix.startup.KoinStartup.onKoinStartup
109
import org.koin.core.component.KoinComponent
10+
import org.koin.core.context.startKoin
1111
import utils.CredentialManager
1212
import utils.PlatformUtils
1313

1414
class App : Application(), KoinComponent {
1515

16-
init {
17-
onKoinStartup {
16+
override fun onCreate() {
17+
super.onCreate()
18+
startKoin {
1819
androidContext(applicationContext)
1920
workManagerFactory()
2021
modules(
@@ -26,10 +27,6 @@ class App : Application(), KoinComponent {
2627
WorkersModule,
2728
)
2829
}
29-
}
30-
31-
override fun onCreate() {
32-
super.onCreate()
3330
FirebaseApp.initializeApp(applicationContext)
3431
Thread.setDefaultUncaughtExceptionHandler(GlobalExceptionHandler(applicationContext, CrashActivity::class.java))
3532
}

gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
[versions]
2-
agp = "8.5.2"
3-
android-compileSdk = "34"
2+
agp = "8.8.0"
3+
android-compileSdk = "35"
44
android-minSdk = "21"
55
android-targetSdk = "34"
66
compose-plugin = "1.7.0"
77

88
androidx-credentials = "1.3.0"
99

10-
kotlin = "2.0.21"
10+
kotlin = "2.1.0"
1111

12-
firebase = "33.5.1"
12+
firebase = "33.7.0"
1313

14-
ktor = "3.0.0"
15-
datastore = "1.1.1"
14+
ktor = "3.0.3"
15+
datastore = "1.1.2"
1616
koin = "4.0.0"
1717
voyager = "1.1.0-beta03"
18-
moko = "0.24.3"
18+
moko = "0.24.4"
1919
detekt = "1.23.7"
2020
sqldelight = "2.0.2"
21-
coil = "3.0.0-rc01"
21+
coil = "3.0.4"
2222
compose-settings = "2.6.0"
2323
buildkonfig = "0.15.2"
2424
reveal = "3.1.1"
2525
connectivity = "1.1.3"
2626
compottie = "2.0.0-rc01"
27-
aboutlibraries = "11.2.3"
27+
aboutlibraries = "11.4.0"
2828

2929
[libraries]
30-
desugar_jdk_libs = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.2" }
30+
desugar_jdk_libs = { module = "com.android.tools:desugar_jdk_libs", version = "2.1.4" }
3131
androidx-material = { group = "com.google.android.material", name = "material", version = "1.12.0" }
32-
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.2" }
32+
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.10.0" }
3333
androidx-splashscreen = { module = "androidx.core:core-splashscreen", version = "1.1.0-rc01" }
3434
androidx-credentials-core = { module = "androidx.credentials:credentials", version.ref = "androidx-credentials" }
3535
androidx-credentials-compat = { module = "androidx.credentials:credentials-play-services-auth", version.ref = "androidx-credentials" }
36-
androidx-workmanager = { module = "androidx.work:work-runtime-ktx", version = "2.9.1" }
36+
androidx-workmanager = { module = "androidx.work:work-runtime-ktx", version = "2.10.0" }
3737
immutable-collections = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version = "0.3.8" }
3838

3939
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.6.1" }
@@ -50,7 +50,7 @@ datastore-preferences = { module = "androidx.datastore:datastore-preferences", v
5050

5151
koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin" }
5252
koin-compose = { module = "io.insert-koin:koin-compose", version.ref = "koin" }
53-
koin-androidx-startup = { module = "io.insert-koin:koin-androidx-startup", version.ref = "koin" }
53+
# koin-androidx-startup = { module = "io.insert-koin:koin-androidx-startup", version.ref = "koin" }
5454
koin-androidx-workmanager = { module = "io.insert-koin:koin-androidx-workmanager", version.ref = "koin" }
5555

5656
voyager-navigator = { module = "cafe.adriel.voyager:voyager-navigator", version.ref = "voyager" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)