Merge branch 'audiorecorder-3.3.9'
This commit is contained in:
commit
b1b4499cc3
2 changed files with 4 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue