From 7334201394f1b3917f2851cd4a8eb866ee358f96 Mon Sep 17 00:00:00 2001 From: Lory-Stan TANASI Date: Fri, 8 Nov 2024 17:11:30 +0100 Subject: [PATCH 1/2] fix(player-controller-mobile): warnings --- .../main/res/layout/content_exo_controller_mobile.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/content_exo_controller_mobile.xml b/app/src/main/res/layout/content_exo_controller_mobile.xml index 26132241..79f47b47 100644 --- a/app/src/main/res/layout/content_exo_controller_mobile.xml +++ b/app/src/main/res/layout/content_exo_controller_mobile.xml @@ -73,7 +73,7 @@ tools:ignore="ContentDescription,UseAppTint" /> Date: Fri, 8 Nov 2024 17:00:30 +0100 Subject: [PATCH 2/2] feat(app): update app version to 1.7.6 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ceb4b0db..89ec4b24 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "com.tanasi.streamflix" minSdk 21 targetSdk 35 - versionCode 36 - versionName "1.7.5" + versionCode 37 + versionName "1.7.6" buildConfigField "String", "APP_LAYOUT", "\"${properties.getProperty("APP_LAYOUT")}\"" buildConfigField "String", "TMDB_API_KEY", "\"${properties.getProperty("TMDB_API_KEY")}\""