1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2025-01-28 01:29:23 +01:00

bump version

This commit is contained in:
tateisu 2018-02-12 11:30:20 +09:00
parent bf2740e517
commit 57f6115873
2 changed files with 2 additions and 3 deletions

View File

@ -12,8 +12,8 @@ android {
minSdkVersion 21
targetSdkVersion 27
versionCode 217
versionName "2.1.7"
versionCode 218
versionName "2.1.8"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

View File

@ -133,7 +133,6 @@ internal class PopupAutoCompleteAcct(
if( acct[0] == ' ' ) {
// 絵文字ショートコード
if(! CharacterGroup.isHeadOrAfterWhitespace(src, start)) sb.append(' ')
sb.append(acct.subSequence(2, acct.length))
}else {