Skip to content

Commit

Permalink
Prepare next f-droid.org release
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Aug 3, 2021
1 parent e666ebf commit 4a46bae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ android {
// v1.0 (1) initial release
// v1.1 (2) fixed gradle wrapper checksum
// v1.3 (3) fixed fastlane description
// v1.4 (4) removed obsolete write permissions not neccessary since android-4.4 (api 19)
versionCode 4
versionName 'v1.4'
// v1.4 (4) 2021-08-01: removed obsolete write permissions not neccessary since android-4.4 (api 19)
// v1.5 (5) 2021-08-??: Setting: option to (not) Load symbols/images; Bug Fixes
versionCode 5
versionName 'v1.5'

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
5 changes: 3 additions & 2 deletions fastlane/metadata/android/en-US/changelogs/5.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* #1: Fixe layout: service buttons may overlap
* #1: Fixed layout: service buttons did overlap
* #3: fixed errorhandling: servicehistory entry not removed when no internet.
* #4: Setting: Load symbols/images: Finetune Speed/Internetbandwidth
* #6: fixed View/Send/SendTo handling when calling LocationMapViewer.
* #4: Setting: (Not) Load symbols/images to Finetune Speed/Internetbandwidth

0 comments on commit 4a46bae

Please sign in to comment.