Bump version
This commit is contained in:
parent
5525a1e09a
commit
6cbfc379e7
3 changed files with 7 additions and 2 deletions
|
@ -11,4 +11,7 @@ An application for Android to teach morse code using the Koch method.
|
|||
|
||||
# Contributors
|
||||
|
||||
These cool people also helped out:
|
||||
|
||||
[Le-jun](https://github.com/le-jun) added the French translations.
|
||||
[dybdeskarphet](https://github.com/dybdeskarphet) added the Turkish translations.
|
||||
|
|
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId "es.eoinrul.ecwt"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 29
|
||||
versionCode 42
|
||||
versionName "4.2"
|
||||
versionCode 43
|
||||
versionName "4.3"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
2
fastlane/metadata/android/en-US/changelogs/43.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/43.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
Added Turkish translations
|
||||
Make app follow system dark theme setting
|
Loading…
Reference in a new issue