bump to 5.2.1

This commit is contained in:
Yuriy Liskov
2020-01-22 22:29:47 +02:00
parent fb64978643
commit 4b4f079ddd
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"/>