1
0
Fork 0

Bump version to 4.0

Added correction feedback after a lesson
Improved icons and visual style
Tweak audio generation to avoid popping
Fix bug where "sounder" keyboard did not always appear
This commit is contained in:
Eoin Mcloughlin 2022-01-23 15:25:34 +00:00
parent d947b9e683
commit 53fb418975
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "es.eoinrul.ecwt"
minSdkVersion 23
targetSdkVersion 29
versionCode 3
versionName "3.0"
versionCode 4
versionName "4.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}