Skip to content

Commit

Permalink
Update version code and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
falzonv committed Feb 27, 2021
1 parent 1f0e24f commit 187b1c7
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -18,11 +18,11 @@ android
targetSdkVersion 30

// Versioning
versionCode 1
versionName "v1.0.0"
versionCode 2
versionName "v1.0.1"
}

// Build types always includes debug (hidden by default)
// Build types always include debug (hidden by default)
buildTypes
{
debug
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Add feature graphic for F-Droid client
- Correct line breaks in description
2 changes: 2 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Ajout d'une bannière pour le client F-Droid
- Correction des sauts de ligne dans la description

0 comments on commit 187b1c7

Please sign in to comment.