mirror of
https://github.com/yuliskov/LeanKeyboard.git
synced 2026-04-20 06:56:53 -04:00
bump to 5.2.34
This commit is contained in:
@@ -14,8 +14,8 @@ android {
|
||||
applicationId "org.liskovsoft.leankeykeyboard.pro"
|
||||
minSdkVersion project.properties.minSdkVersion
|
||||
targetSdkVersion project.properties.targetSdkVersion
|
||||
versionCode 133
|
||||
versionName "5.2.33"
|
||||
versionCode 134
|
||||
versionName "5.2.34"
|
||||
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
||||
@@ -34,7 +34,9 @@
|
||||
|
||||
<activity
|
||||
android:name="com.liskovsoft.leankeyboard.activity.settings.KbSettingsActivity"
|
||||
android:launchMode="singleTop">
|
||||
android:launchMode="singleTop"
|
||||
android:screenOrientation="landscape"
|
||||
android:configChanges="orientation|keyboardHidden">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
@@ -45,7 +47,9 @@
|
||||
</activity>
|
||||
<activity
|
||||
android:name="com.liskovsoft.leankeyboard.activity.settings.KbLayoutActivity"
|
||||
android:launchMode="singleTop">
|
||||
android:launchMode="singleTop"
|
||||
android:screenOrientation="landscape"
|
||||
android:configChanges="orientation|keyboardHidden">
|
||||
</activity>
|
||||
<activity
|
||||
android:name="com.liskovsoft.leankeyboard.activity.PermissionsActivity"
|
||||
|
||||
Reference in New Issue
Block a user