From 6f97971839cbedaed65a0d9de8ccbb7c6d82e4cf Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Thu, 3 Nov 2016 20:22:55 +0300 Subject: [PATCH 1/3] update lib --- app/build.gradle | 14 +++++++------- build.gradle | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index de255d0..47fd9bc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,8 +1,8 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 23 - buildToolsVersion "23.0.3" + compileSdkVersion 25 + buildToolsVersion "25.0.0" defaultConfig { applicationId "com.github.axet.audiorecorder" @@ -38,11 +38,11 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.android.support:appcompat-v7:23.2.1' - compile 'com.android.support:support-v4:23.2.1' - compile 'com.android.support:preference-v14:23.2.1' - compile 'com.android.support:design:23.2.1' + compile 'com.android.support:appcompat-v7:25.0.0' + compile 'com.android.support:support-v4:25.0.0' + compile 'com.android.support:preference-v14:25.0.0' + compile 'com.android.support:design:25.0.0' compile 'com.google.android.gms:play-services-appindexing:8.1.0' compile 'org.apache.commons:commons-math3:3.6.1' - compile 'com.github.axet:android-library:1.5.0' // project(':android-library') + compile 'com.github.axet:android-library:1.6.4' // project(':android-library') } diff --git a/build.gradle b/build.gradle index 52ac0f9..a65c9b9 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.1' + classpath 'com.android.tools.build:gradle:2.2.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files From 76a4a0fe069683a64e2ffe581573136549f3fad1 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Thu, 1 Dec 2016 13:10:47 +0300 Subject: [PATCH 2/3] fix crash --- app/build.gradle | 12 ++++++------ app/src/main/res/xml-ru/pref_general.xml | 10 ++++++++++ 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 47fd9bc..29b5e06 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,11 +38,11 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.android.support:appcompat-v7:25.0.0' - compile 'com.android.support:support-v4:25.0.0' - compile 'com.android.support:preference-v14:25.0.0' - compile 'com.android.support:design:25.0.0' - compile 'com.google.android.gms:play-services-appindexing:8.1.0' + compile 'com.android.support:appcompat-v7:25.0.1' + compile 'com.android.support:support-v4:25.0.1' + compile 'com.android.support:preference-v14:25.0.1' + compile 'com.android.support:design:25.0.1' + compile 'com.google.android.gms:play-services-appindexing:9.8.0' compile 'org.apache.commons:commons-math3:3.6.1' - compile 'com.github.axet:android-library:1.6.4' // project(':android-library') + compile 'com.github.axet:android-library:1.6.7' // project(':android-library') } diff --git a/app/src/main/res/xml-ru/pref_general.xml b/app/src/main/res/xml-ru/pref_general.xml index 32e503e..7ac692e 100644 --- a/app/src/main/res/xml-ru/pref_general.xml +++ b/app/src/main/res/xml-ru/pref_general.xml @@ -26,6 +26,16 @@ android:summary="Формат выходного файла (.wav, .m4a, ...)" android:title="Кодировка" /> + + Date: Thu, 1 Dec 2016 13:10:59 +0300 Subject: [PATCH 3/3] Bump version audiorecorder-1.2.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 29b5e06..dfcbf5c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 16 targetSdkVersion 23 - versionCode 88 - versionName "1.2.0" + versionCode 89 + versionName "1.2.1" } signingConfigs { release {