Bump version to 4.1, add changelogs for F-Droid
This commit is contained in:
parent
012924ca50
commit
94218f6705
4 changed files with 11 additions and 2 deletions
|
@ -8,3 +8,7 @@ An application for Android to teach morse code using the Koch method.
|
|||
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png"
|
||||
alt="Get it on Google Play"
|
||||
height="80">](https://play.google.com/store/apps/details?id=es.eoinrul.ecwt)
|
||||
|
||||
# Contributors
|
||||
|
||||
[Le-jun](https://github.com/le-jun) added the French translations.
|
||||
|
|
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId "es.eoinrul.ecwt"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 29
|
||||
versionCode 4
|
||||
versionName "4.0"
|
||||
versionCode 41
|
||||
versionName "4.1"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
4
fastlane/metadata/android/en-US/changelogs/4.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/4.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
Show a post-lesson summary to compare sent/received text.
|
||||
Improved visual style throughout app.
|
||||
Fixed occasional popping audio.
|
||||
Fix bug where keyboard didn't appear in Sounder in new Android versions.
|
1
fastlane/metadata/android/en-US/changelogs/41.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/41.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Added French translations
|
Loading…
Reference in a new issue