Skip to content

Commit 73d3680

Browse files
committed
Updated version code and string to 3.2.9. Updated demo APK.
1 parent 515afaf commit 73d3680

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Diff for: apk/HXAudioPlayer_Demo.apk

468 Bytes
Binary file not shown.

Diff for: hxaudio/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 9
99
targetSdkVersion 27
10-
versionCode 20
11-
versionName "3.2.8"
10+
versionCode 21
11+
versionName "3.2.9"
1212
}
1313
buildTypes {
1414
release {

Diff for: hxaudio/src/main/java/com/huhx0015/hxaudio/audio/HXMusicEngine.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ class HXMusicEngine {
4242
/** INITIALIZATION METHODS _________________________________________________________________ **/
4343

4444
// initMusicEngine(): Initializes the engine with the specified music parameters.
45-
synchronized boolean initMusicEngine(HXMusicItem music, final int position, final boolean isGapless,
46-
final boolean isLooped, final Context context) {
45+
synchronized boolean initMusicEngine(HXMusicItem music, final int position,
46+
final boolean isGapless, final boolean isLooped,
47+
final Context context) {
4748
this.context = context;
4849
this.musicItem = music;
4950
this.musicPosition = position;

0 commit comments

Comments
 (0)