Skip to content

Commit

Permalink
chore: dependency to TOML libs
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Jan 29, 2024
1 parent 45cecdc commit eaea2a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ dependencies {
implementation(libs.showcaseview)

// SplashScreen on API 31 and higher
implementation("androidx.core:core-splashscreen:1.0.1")
implementation(libs.androidx.core.splashscreen)

// Unit Testing
testImplementation(libs.bundles.testing)
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ com-squareup-retrofit2 = "2.6.4"
androidx-test-espresso = "3.4.0"
truth = "1.1.3"
ui = "1.4.3"
core-splashscreen = "1.0.1"

[libraries]
# Gradle Plugins
Expand Down Expand Up @@ -67,6 +68,7 @@ androidx-viewpager2 = "androidx.viewpager2:viewpager2:1.0.0"
androidx-startup-runtime = "androidx.startup:startup-runtime:1.1.1"
androidx-work-runtime = "androidx.work:work-runtime-ktx:2.7.1"
androidx-swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version.ref = "core-splashscreen" }

# ML Kit
barcode-scanning = "com.google.mlkit:barcode-scanning:17.0.0"
Expand Down

0 comments on commit eaea2a5

Please sign in to comment.