build(deps): bump version to 14.5 and update cast framework dependency

This commit is contained in:
2026-04-05 14:47:51 +02:00
parent 1564fa3dc4
commit 0796bc8ef4
3 changed files with 5 additions and 13 deletions
+3 -3
View File
@@ -19,8 +19,8 @@ android {
applicationId 'com.michatec.radio'
minSdk 28
targetSdk 36
versionCode 144
versionName '14.4'
versionCode 145
versionName '14.5'
resourceConfigurations += ['en', 'de', 'el', 'nl', 'pl', 'ru','uk', 'ja', 'da', 'fr']
externalNativeBuild {
cmake {
@@ -68,7 +68,7 @@ dependencies {
// Google Stuff //
implementation libs.material
implementation libs.gson
implementation 'com.google.android.gms:play-services-cast-framework:21.5.0'
implementation libs.play.services.cast.framework
// AndroidX Stuff //
implementation libs.core.ktx