diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7a61fff..fe0a40a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -15,7 +15,7 @@ android { minSdk = 22 targetSdk = 36 versionCode = 1 - versionName = "1.0" + versionName = "0.10.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } @@ -57,6 +57,6 @@ dependencies { androidTestImplementation(libs.androidx.compose.ui.test.junit4) debugImplementation(libs.androidx.compose.ui.tooling) debugImplementation(libs.androidx.compose.ui.test.manifest) - implementation("androidx.appcompat:appcompat:1.7.0") + implementation("androidx.appcompat:appcompat:1.7.1") implementation("com.google.android.exoplayer:exoplayer:2.19.1") } \ No newline at end of file