Skip to content

Commit 39da035

Browse files
committed
Release 1.13.1 (18)
1 parent 4ee29f3 commit 39da035

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="juloo.keyboard2" android:versionCode="17" android:versionName="1.13.0" android:hardwareAccelerated="false">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="juloo.keyboard2" android:versionCode="18" android:versionName="1.13.1" android:hardwareAccelerated="false">
33
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="30"/>
44
<application android:label="@string/app_name" android:allowBackup="true" android:icon="@drawable/ic_launcher" android:hardwareAccelerated="false">
55
<service android:name="juloo.keyboard2.Keyboard2" android:label="@string/app_name" android:permission="android.permission.BIND_INPUT_METHOD">
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Improved text size, especially on large screens
2+
Increased contrasts
3+
Improved symbols (thanks @sdrapha)
4+
German translation (thanks @polyctena)
5+
Fix to some layouts.

0 commit comments

Comments
 (0)