Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Add androidx-core-ktx and androidx-activity-compose libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Jun 10, 2024
1 parent a2ca232 commit ad03f78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ android {
}

dependencies {
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.activity.compose)

implementation(libs.compose.material.icons)
implementation(libs.compose.material3)
implementation(libs.compose.navigation)
Expand Down
4 changes: 4 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ agp = "8.2.0"
android-sdk-compile = "34"
android-sdk-min = "24"
android-sdk-target = "34"
androidx-activity = "1.9.0"
androidx-biometric = "1.2.0-alpha05"
androidx-core = "1.13.1"
androidx-datastore = "1.1.1"
androidx-room = "2.6.1"
coil-compose = "2.6.0"
Expand All @@ -28,7 +30,9 @@ zxing-android = "4.3.0"

[libraries]
accompanist-drawablepainter = { module = "com.google.accompanist:accompanist-drawablepainter", version.ref = "accompanist" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity" }
androidx-biometric-ktx = { module = "androidx.biometric:biometric-ktx", version.ref = "androidx-biometric" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }
androidx-datastore = { module = "androidx.datastore:datastore", version.ref = "androidx-datastore" }
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "androidx-room" }
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "androidx-room" }
Expand Down

0 comments on commit ad03f78

Please sign in to comment.