Skip to content

Commit

Permalink
chore: 1.2.42 patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
urFate committed Sep 21, 2024
1 parent 88d44da commit 13f1448
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdk = 24
targetSdk = 35
versionCode = 1
versionName = "1.2.41"
versionName = "1.2.42"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down Expand Up @@ -64,7 +64,6 @@ android {

dependencies {
// Core dependencies

implementation(libs.androidx.core.ktx)
implementation(libs.androidx.lifecycle.runtime.ktx)
implementation(libs.androidx.activity.compose)
Expand All @@ -86,7 +85,6 @@ dependencies {
debugImplementation(libs.androidx.compose.ui.test.manifest)

// Compose UI

implementation(libs.de.mr.pine.utils.zoomables)
implementation(libs.androidx.compose.material3)
implementation(libs.androidx.compose.material)
Expand All @@ -108,7 +106,6 @@ dependencies {
implementation(libs.org.jetbrains.kotlinx.serialization.json)

// Exo Player

implementation(libs.androidx.media3.exoplayer)
implementation(libs.androidx.media3.exoplayer.dash)
implementation(libs.androidx.media3.ui)
Expand Down

0 comments on commit 13f1448

Please sign in to comment.