Merge branch 'audiorecorder-3.4.4'
This commit is contained in:
commit
c4b026013b
2 changed files with 6 additions and 5 deletions
|
|
@ -9,8 +9,8 @@ android {
|
|||
applicationId "com.github.axet.audiorecorder"
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 29
|
||||
versionCode 353
|
||||
versionName "3.4.3"
|
||||
versionCode 354
|
||||
versionName "3.4.4"
|
||||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
|
|
@ -53,7 +53,8 @@ android {
|
|||
|
||||
dependencies {
|
||||
testImplementation 'junit:junit:4.12'
|
||||
implementation 'com.github.axet:android-audio-library:1.0.180' // implementation project(':android-audio-library')
|
||||
implementation 'com.github.axet:android-library:1.33.6'
|
||||
implementation ('com.github.axet:android-audio-library:1.0.180') { exclude module: 'android-library' } // implementation project(':android-audio-library')
|
||||
implementation ('com.github.axet:wget:1.7.0') { exclude group: 'org.json', module: 'json' }
|
||||
assets('com.google.android.exoplayer:exoplayer:2.7.3') { exclude group: 'com.android.support' }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
android:requestLegacyExternalStorage="true"
|
||||
android:roundIcon="@mipmap/ic_launcher"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@android:style/Theme.Translucent">
|
||||
android:theme="@style/Translucent">
|
||||
<service android:name=".services.RecordingService" />
|
||||
<service android:name=".services.EncodingService" />
|
||||
<service android:name=".services.ControlsService" />
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
android:exported="true"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleInstance"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar">
|
||||
android:theme="@style/Translucent">
|
||||
<meta-data
|
||||
android:name="android.app.searchable"
|
||||
android:resource="@xml/searchable" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue