Skip to content

Commit

Permalink
Fix online version issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccjeng committed Mar 26, 2017
1 parent b5023d1 commit a2601c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.oddsoft.buddhavoice2"
minSdkVersion 16
targetSdkVersion 21
versionCode 37
versionName '2.5.3.032617BV'
versionCode 38
versionName '2.5.4.032617BV'
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,8 @@ private void playMusic(int itemnumber, String itemname) {
//if (onlinePreference.equals("google"))
// PATH = "http://sites.google.com/site/androidbuddhavoice/" + mp3 + "?attredirects=0&d=1";
//if (onlinePreference.equals("dropbox"))
PATH = "http://dl.dropbox.com/u/128583/" + mp3;
PATH = "https://dl.dropboxusercontent.com/s/7u8gschi6wksmow/" + mp3;
//PATH = "http://www.filefactory.com/stream/23fccglfek8d/great1.mp3";
}
stopMusic();
startMusic(resId);
Expand Down

0 comments on commit a2601c9

Please sign in to comment.