From d5749d37585a42ad5509853a44b0554cab558e12 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Tue, 29 Dec 2020 02:30:41 +0300 Subject: [PATCH 1/2] add theme bug --- app/build.gradle | 3 ++- app/src/main/AndroidManifest.xml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 29c2cec..fb14a21 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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"> From 3088fb6c57e465b5b27a5171509c002bf372f7aa Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Tue, 29 Dec 2020 02:34:07 +0300 Subject: [PATCH 2/2] Bump version audiorecorder-3.4.4 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index fb14a21..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 {