Skip to content

Commit

Permalink
chore: prepare for v7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Sep 19, 2023
1 parent 93eaff6 commit 2003f0f
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 @@ -12,8 +12,8 @@ android {
applicationId "com.bnyro.contacts"
minSdk 21
targetSdk 33
versionCode 23
versionName "6.0"
versionCode 24
versionName "7.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/24.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 your local contacts as vcf before updating the app! Updating the app will require you to uninstall it first.

<i>Connect You</i> is a Contacts app built with <a href="https://m3.material.io/">Material Design 3 (You)</a>.

It supports all the common features such as creating, modifying and deleting contacts as well as phone numbers, emails, addresses and events.
Expand Down

0 comments on commit 2003f0f

Please sign in to comment.