From 4f192501ca7b19ec574fe6ae05b0bf12f55bc370 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 14 Jul 2023 16:06:06 +0200 Subject: [PATCH] Bump version to v6.0 --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8f7d6c55..19cde826 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ android { applicationId "com.bnyro.recorder" minSdk 21 targetSdk 33 - versionCode 13 - versionName "5.3" + versionCode 14 + versionName "6.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { @@ -56,7 +56,7 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1' implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1' implementation 'androidx.documentfile:documentfile:1.0.1' - implementation 'com.google.android.exoplayer:exoplayer:2.18.7' + implementation 'com.google.android.exoplayer:exoplayer:2.19.0' // Compose implementation 'androidx.activity:activity-compose:1.7.2'