From 6cbfc379e708fc6d7691de3941cf57df7c36c94d Mon Sep 17 00:00:00 2001 From: Eoin Mcloughlin Date: Sat, 30 Apr 2022 14:42:10 +0100 Subject: [PATCH] Bump version --- README.md | 3 +++ app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/43.txt | 2 ++ 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/43.txt diff --git a/README.md b/README.md index 76f6af4..3e39203 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/app/build.gradle b/app/build.gradle index 65d7065..be8d9f6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } diff --git a/fastlane/metadata/android/en-US/changelogs/43.txt b/fastlane/metadata/android/en-US/changelogs/43.txt new file mode 100644 index 0000000..37502fe --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/43.txt @@ -0,0 +1,2 @@ +Added Turkish translations +Make app follow system dark theme setting