Skip to content

Commit

Permalink
Merge pull request #452 from aritra-tech/dependencies_bump
Browse files Browse the repository at this point in the history
Dependencies bump
  • Loading branch information
aritra-tech committed Jun 10, 2024
2 parents 328dd4a + 6bc466e commit 3eee482
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {
alias(libs.plugins.dagger.hilt.android)
alias(libs.plugins.devtools.ksp)
alias(libs.plugins.ktlint)
alias(libs.plugins.compose.compiler)
}

android {
Expand Down Expand Up @@ -48,9 +49,6 @@ android {
compose = true
buildConfig = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.4"
}
packaging {
resources {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ plugins {
alias(libs.plugins.dagger.hilt.android) apply false
alias(libs.plugins.devtools.ksp) apply false
alias(libs.plugins.ktlint) apply false
alias(libs.plugins.compose.compiler) apply false
}
28 changes: 13 additions & 15 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,51 +1,49 @@
[versions]
accompanistPermissions = "0.32.0"
accompanistSystemuicontroller = "0.32.0"
activity-compose = "1.8.2"
activity-compose = "1.9.0"
androidx-junit = "1.1.5"
appUpdate = "2.1.0"
biometric = "1.2.0-alpha05"
coilCompose = "2.4.0"
core-ktx = "1.12.0"
coilCompose = "2.6.0"
core-ktx = "1.13.1"
coreSplashscreen = "1.0.1"
datastorePreferences = "1.0.0"
desugar_jdk_libs = "2.0.3"
espresso-core = "3.5.1"
google-gson = "2.10.1"
gradle = "8.1.2"
gradle = "8.1.4"
hiltAndroid = "2.48.1"
hiltNavigationCompose = "1.0.0"
junit = "4.13.2"
leakcanaryAndroid = "2.12"
lifecycle-runtime-ktx = "2.6.2"
lifecycleExtensions = "2.2.0"
lifecycleVersion = "2.6.2"
material3 = "1.2.0"
materialIconsExtended = "1.6.2"
material3 = "1.2.1"
materialIconsExtended = "1.6.7"
navVersion = "2.7.7"
roomVersion = "2.6.1"
runtimeLivedata = "1.5.3"
bom = "2024.02.01"
bom = "2024.05.00"
kotlinBom = "1.9.20"
material3windowsize = "1.1.2"
android-application = "8.1.2"
kotlin-android = "1.9.20"
material3windowsize = "1.2.1"
android-application = "8.1.4"
kotlin-android = "2.0.0"
dagger-hilt-android = "2.48.1"
devtools-ksp = "1.9.22-1.0.16"
devtools-ksp = "2.0.0-1.0.21"
zoomable = "0.6.2"
zoomableImageCoil = "0.6.2"
ktlint = "11.6.1"
camerax_version = "1.4.0-alpha01"

[libraries]
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanistPermissions" }
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanistSystemuicontroller" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity-compose" }
androidx-biometric = { module = "androidx.biometric:biometric", version.ref = "biometric" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "core-ktx" }
android-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "bom" }
android-kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlinBom" }
compose-ui = "androidx.compose.ui:ui:1.6.0-alpha03"
compose-ui = "androidx.compose.ui:ui:1.6.7"
compose-ui-graphics = { module = "androidx.compose.ui:ui-graphics" }
compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
compose-material3 = { module = "androidx.compose.material3:material3" }
Expand Down Expand Up @@ -87,7 +85,6 @@ camera-core = { module = "androidx.camera:camera-core", version.ref = "camerax_v
camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "camerax_version" }
camera-lifecycle = { module = "androidx.camera:camera-lifecycle", version.ref = "camerax_version" }
camera-video = { module = "androidx.camera:camera-video", version.ref = "camerax_version" }
camera-mlkit-vision = { module = "androidx.camera:camera-mlkit-vision", version.ref = "camerax_version" }
camera-view = { module = "androidx.camera:camera-view", version.ref = "camerax_version" }
camera-extensions = { module = "androidx.camera:camera-extensions", version.ref = "camerax_version" }

Expand All @@ -99,3 +96,4 @@ kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin-an
dagger-hilt-android = { id = "com.google.dagger.hilt.android", version.ref = "dagger-hilt-android" }
devtools-ksp = { id = "com.google.devtools.ksp", version.ref = "devtools-ksp" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin-android" }

0 comments on commit 3eee482

Please sign in to comment.