From ceecafeff429958e0ba9777083eaf49f81764fcb Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Sat, 4 Nov 2017 12:57:09 +0300 Subject: [PATCH] fix hashs --- app/build.gradle | 5 +++-- app/src/main/AndroidManifest.xml | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b0f13b5..d1e83d1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { defaultConfig { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 - targetSdkVersion 24 + targetSdkVersion 25 versionCode 211 versionName "3.0.45" } @@ -55,5 +55,6 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.github.axet:android-audio-library:1.0.49' // compile project(':android-audio-library') + // compile 'com.github.axet:android-audio-library:1.0.49' + compile project(':android-audio-library') } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6bbd15c..bb5985c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -64,6 +64,12 @@ + +