diff --git a/app/build.gradle b/app/build.gradle index 29c2cec..84a8776 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' } } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a8d6768..60ca36d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -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"> @@ -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">