1
0
Fork 0

Bump version

This commit is contained in:
Eoin Mcloughlin 2022-04-30 14:42:10 +01:00
parent 5525a1e09a
commit 6cbfc379e7
3 changed files with 7 additions and 2 deletions

View file

@ -11,4 +11,7 @@ An application for Android to teach morse code using the Koch method.
# Contributors # Contributors
These cool people also helped out:
[Le-jun](https://github.com/le-jun) added the French translations. [Le-jun](https://github.com/le-jun) added the French translations.
[dybdeskarphet](https://github.com/dybdeskarphet) added the Turkish translations.

View file

@ -10,8 +10,8 @@ android {
applicationId "es.eoinrul.ecwt" applicationId "es.eoinrul.ecwt"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 29 targetSdkVersion 29
versionCode 42 versionCode 43
versionName "4.2" versionName "4.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View file

@ -0,0 +1,2 @@
Added Turkish translations
Make app follow system dark theme setting