Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Bump version to v6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Jul 14, 2023
1 parent f9438b4 commit 4f19250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 4f19250

Please sign in to comment.