mirror of
https://github.com/yuliskov/LeanKeyboard.git
synced 2026-06-11 17:14:15 -04:00
bump to 5.2.1
This commit is contained in:
@@ -14,8 +14,8 @@ android {
|
||||
applicationId "org.liskovsoft.leankeykeyboard.pro"
|
||||
minSdkVersion project.properties.minSdkVersion
|
||||
targetSdkVersion project.properties.targetSdkVersion
|
||||
versionCode 100
|
||||
versionName "5.2.0"
|
||||
versionCode 101
|
||||
versionName "5.2.1"
|
||||
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
|
||||
<receiver
|
||||
android:name="com.liskovsoft.leankeyboard.other.RestartServiceReceiver"
|
||||
android:enabled="false"
|
||||
android:enabled="true"
|
||||
android:exported="false">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.PACKAGE_ADDED"/>
|
||||
|
||||
Reference in New Issue
Block a user