We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef36d5 commit f0ebe45Copy full SHA for f0ebe45
build.gradle
@@ -14,8 +14,8 @@ android {
14
applicationId "juloo.keyboard2"
15
minSdk 21
16
targetSdkVersion 35
17
- versionCode 46
18
- versionName "1.30.3"
+ versionCode 47
+ versionName "1.31.0"
19
}
20
21
sourceSets {
fastlane/metadata/android/en-US/changelogs/47.txt
@@ -0,0 +1,6 @@
1
+Delete a word with a circle gesture on the delete key.
2
+Compose key can be unselected.
3
+Improved space bar slider and added selection mode.
4
+Lock shift with a circle gesture.
5
+Improvements to layouts.
6
+Various bug fixes and improvements to themes.
0 commit comments