diff --git a/app/build.gradle b/app/build.gradle index dc083b3..6bc6072 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 23 - versionCode 123 - versionName "1.4.21" + versionCode 124 + versionName "1.4.22" } signingConfigs { release { diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a7b0c45..0bced9a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -25,6 +25,7 @@ android:configChanges="orientation|keyboardHidden|screenSize" android:label="@string/app_name" android:launchMode="singleInstance" + android:showOnLockScreen="true" android:theme="@style/RecThemeLight.NoActionBar"> @@ -35,7 +36,8 @@ + android:launchMode="singleInstance" + android:showOnLockScreen="true" />