Skip to content

Commit

Permalink
Merge branch 'release/0.8.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
chihiro hashimoto committed Nov 7, 2017
2 parents ff18af4 + 2a03060 commit 6aa7ee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
minSdkVersion 23
targetSdkVersion 26
versionCode 1
versionName "0.8.1"
versionName "0.8.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
// Enabling multidex support.
multiDexEnabled true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/chrhsmt/sisheng/Settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object Settings {
algorithm = PitchProcessor.PitchEstimationAlgorithm.YIN
}
if (force || Settings.samplingRate == null) {
samplingRate = context.resources.getIntArray(R.array.sampling_rates)[0]
samplingRate = context.resources.getIntArray(R.array.sampling_rates)[1]
}
if (force || Settings.sex == null) {
sex = context.resources.getStringArray(R.array.sexes)[1]
Expand Down

0 comments on commit 6aa7ee8

Please sign in to comment.