Merge branch 'audiorecorder-1.3.1'
This commit is contained in:
commit
013e3ce093
2 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -300,7 +300,7 @@ public class SettingsActivity extends AppCompatPreferenceActivity implements Sha
|
|||
if (mime.isEmpty())
|
||||
getPreferenceScreen().removePreference(enc);
|
||||
else {
|
||||
//bindPreferenceSummaryToValue(enc);
|
||||
bindPreferenceSummaryToValue(enc);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue