From 286a60b3182391abe7b7df872928d497d8c1007d Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Fri, 22 Jul 2016 15:16:20 +0300 Subject: [PATCH 1/2] fix dependency alib1.1.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1c3d8b0..8299249 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion "23.0.2" + buildToolsVersion "23.0.3" defaultConfig { applicationId "com.github.axet.audiorecorder" @@ -44,5 +44,5 @@ dependencies { compile 'com.android.support:design:23.2.1' compile 'com.google.android.gms:play-services-appindexing:8.1.0' compile 'org.apache.commons:commons-math3:3.6.1' - compile project(":android-library") + compile 'com.github.axet:android-library:1.1.0' // project(':android-library') } From ea788cfb0dc6cdcadb62396118df045bb521e6fa Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Fri, 22 Jul 2016 15:16:30 +0300 Subject: [PATCH 2/2] Bump version audiorecorder-1.1.47 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8299249..5d18243 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 16 targetSdkVersion 23 - versionCode 68 - versionName "1.1.46" + versionCode 69 + versionName "1.1.47" } signingConfigs { release {