diff --git a/build.gradle b/build.gradle index 1f9b3a1..90110e9 100644 --- a/build.gradle +++ b/build.gradle @@ -14,8 +14,8 @@ android { applicationId "juloo.keyboard2" minSdk 21 targetSdkVersion 35 - versionCode 46 - versionName "1.30.3" + versionCode 47 + versionName "1.31.0" } sourceSets { diff --git a/fastlane/metadata/android/en-US/changelogs/47.txt b/fastlane/metadata/android/en-US/changelogs/47.txt new file mode 100644 index 0000000..e1142da --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/47.txt @@ -0,0 +1,6 @@ +Delete a word with a circle gesture on the delete key. +Compose key can be unselected. +Improved space bar slider and added selection mode. +Lock shift with a circle gesture. +Improvements to layouts. +Various bug fixes and improvements to themes.