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

Commit

Permalink
chore: prepare for v7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Sep 19, 2023
1 parent b7cc063 commit 4a13108
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 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 15
versionName "7.0"
versionCode 16
versionName "7.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/16.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Important: The signing keys for this release have changed, hence you must reinstall the app and can't update it directly.
2 changes: 0 additions & 2 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Important: Since the keys the app had been signed with is lost, please export all the recordings to a different folder before updating the app! Updating the app will require you to uninstall it first.

<i>Record You</i> is a voice and screen recorder app built with <a href="https://m3.material.io/">Material Design 3 (You)</a>.

It supports multiple audio formats and codecs, such as M4A, AAC and OPUS.
Expand Down

0 comments on commit 4a13108

Please sign in to comment.