Merge branch 'audiorecorder-3.3.9'

This commit is contained in:
Alexey Kuznetsov 2019-11-02 19:18:08 +03:00
commit b1b4499cc3
2 changed files with 4 additions and 3 deletions

View file

@ -8,9 +8,9 @@ android {
defaultConfig {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 26
versionCode 333
versionName "3.3.8"
targetSdkVersion 28
versionCode 334
versionName "3.3.9"
}
signingConfigs {
release {

View file

@ -13,6 +13,7 @@
<uses-permission android:name="android.permission.BROADCAST_STICKY" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<application
android:name=".app.AudioApplication"