Merge branch 'audiorecorder-1.3.1'

This commit is contained in:
Alexey Kuznetsov 2017-02-14 15:13:02 +03:00
commit 013e3ce093
2 changed files with 3 additions and 3 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "com.github.axet.audiorecorder"
minSdkVersion 9
targetSdkVersion 23
versionCode 98
versionName "1.3.0"
versionCode 99
versionName "1.3.1"
}
signingConfigs {
release {

View file

@ -300,7 +300,7 @@ public class SettingsActivity extends AppCompatPreferenceActivity implements Sha
if (mime.isEmpty())
getPreferenceScreen().removePreference(enc);
else {
//bindPreferenceSummaryToValue(enc);
bindPreferenceSummaryToValue(enc);
}
}