We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 383e305 + 8a6fe98 commit 49e147bCopy full SHA for 49e147b
app/build.gradle
@@ -9,8 +9,8 @@ android {
9
applicationId "io.github.deton.androidtutcode"
10
minSdkVersion 14
11
targetSdkVersion 28
12
- versionCode 1
13
- versionName "1.0"
+ versionCode 2
+ versionName "1.0.1"
14
}
15
16
buildTypes {
app/src/main/java/jp/deadend/noname/skk/engine/SKKKanjiState.kt
@@ -25,6 +25,7 @@ object SKKKanjiState : SKKState {
25
if (pcode == ' '.toInt()) { // 変換開始
26
composing.setLength(0)
27
context.conversionStart(kanjiKey)
28
+ return
29
} else {
30
context.setComposingTextSKK(kanjiKey.toString() + composing.toString(), 1)
31
0 commit comments