Fix numpad 0 and . key handling

Fixes #146.
This commit is contained in:
Fredrik Fornwall
2016-09-05 23:11:25 +02:00
parent 166710f14a
commit a2cb3fafee
3 changed files with 20 additions and 7 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId "com.termux"
minSdkVersion 21
targetSdkVersion 24
versionCode 40
versionName "0.40"
versionCode 41
versionName "0.41"
ndk {
moduleName "libtermux"