Skip to content

Commit

Permalink
Small dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihai-Cristian Condrea committed Jul 16, 2024
1 parent e2b0030 commit 0033c0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
applicationId = "com.d4rk.englishwithlidia.plus"
minSdk = 26
targetSdk = 34
versionCode = 54
versionCode = 55
versionName = "5.0.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resourceConfigurations += listOf(
Expand Down Expand Up @@ -153,7 +153,6 @@ dependencies {
// Other
implementation(libs.lottie.compose)
implementation(libs.coil.compose)
implementation(libs.glide)

// Test
testImplementation(libs.junit)
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ composeBom = "2024.06.00"
coreKtx = "1.13.1"
billing = "7.0.0"
datastoreCore = "1.1.1"
glide = "4.16.0"
graphicsShapes = "1.0.0-beta01"
ktorClientContentNegotiation = "2.3.12"
ktorClientCio = "2.3.4"
Expand Down Expand Up @@ -71,7 +70,6 @@ androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "roomKtx"
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomKtx" }
androidx-ui = { module = "androidx.compose.ui:ui" }
coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coilCompose" }
glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutinesAndroid" }
androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
Expand Down

0 comments on commit 0033c0b

Please sign in to comment.