Skip to content

Commit 3d55396

Browse files
UpDated props
1 parent 6146925 commit 3d55396

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
applicationId = "com.d4rk.cleaner"
1515
minSdk = 26
1616
targetSdk = 34
17-
versionCode = 84
17+
versionCode = 85
1818
versionName = "2.0.0"
1919
archivesName = "${applicationId}-v${versionName}"
2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

gradle/libs.versions.toml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ coreSplashscreen = "1.0.1"
1111
datastoreCore = "1.1.1"
1212
firebaseBom = "32.8.1"
1313
glide = "4.16.0"
14-
lifecycleRuntimeCompose = "2.8.2"
14+
lifecycle = "2.8.3"
1515
volley = "1.2.1"
1616
kotlin = "1.9.23"
1717
coreKtx = "1.13.1"
1818
junit = "4.13.2"
1919
junitVersion = "1.2.1"
2020
espressoCore = "3.6.1"
2121
kotlinxCoroutinesAndroid = "1.8.1"
22-
lifecycleRuntimeKtx = "2.8.2"
2322
activityCompose = "1.9.0"
2423
composeUi = "1.6.8"
2524
composeMaterial3 = "1.2.1"
@@ -44,12 +43,12 @@ androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", versi
4443
androidx-datastore-preferences = { module = "androidx.datastore:datastore-core", version.ref = "datastoreCore" }
4544
androidx-foundation = { module = "androidx.compose.foundation:foundation" }
4645
androidx-compose-runtime = { module = "androidx.compose.runtime:runtime" }
47-
androidx-lifecycle-common-java8 = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "lifecycleRuntimeKtx" }
48-
androidx-lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycleRuntimeKtx" }
49-
androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycleRuntimeKtx" }
50-
androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycleRuntimeCompose" }
51-
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycleRuntimeKtx" }
52-
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycleRuntimeKtx" }
46+
androidx-lifecycle-common-java8 = { module = "androidx.lifecycle:lifecycle-common-java8", version.ref = "lifecycle" }
47+
androidx-lifecycle-livedata-ktx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
48+
androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle" }
49+
androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle" }
50+
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
51+
androidx-lifecycle-viewmodel-ktx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
5352
androidx-multidex = { module = "androidx.multidex:multidex", version.ref = "multidex" }
5453
androidx-material-icons-extended = { module = "androidx.compose.material:material-icons-extended" }
5554
androidx-runtime-livedata = { module = "androidx.compose.runtime:runtime-livedata" }
@@ -67,7 +66,7 @@ glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
6766
junit = { group = "junit", name = "junit", version.ref = "junit" }
6867
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
6968
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
70-
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" }
69+
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" }
7170
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
7271
androidx-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "composeUi" }
7372
androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }

0 commit comments

Comments
 (0)