fix crash

This commit is contained in:
Alexey Kuznetsov 2016-12-01 13:10:47 +03:00
commit 76a4a0fe06
2 changed files with 16 additions and 6 deletions

View file

@ -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')
}

View file

@ -26,6 +26,16 @@
android:summary="Формат выходного файла (.wav, .m4a, ...)"
android:title="Кодировка" />
<ListPreference
android:defaultValue="1"
android:entries="@array/channels_text"
android:entryValues="@array/channels_values"
android:key="channels"
android:negativeButtonText="@null"
android:positiveButtonText="@null"
android:summary="Режим записи"
android:title="Режим" />
<SwitchPreference
android:defaultValue="true"
android:key="call"