diff --git a/app/build.gradle b/app/build.gradle index de255d0..dfcbf5c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,15 +1,15 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 23 - buildToolsVersion "23.0.3" + compileSdkVersion 25 + buildToolsVersion "25.0.0" defaultConfig { applicationId "com.github.axet.audiorecorder" minSdkVersion 16 targetSdkVersion 23 - versionCode 88 - versionName "1.2.0" + versionCode 89 + versionName "1.2.1" } signingConfigs { release { @@ -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.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.5.0' // 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="Кодировка" /> + +