diff --git a/metadata/com.roguetemple.hyperroid.txt b/metadata/com.roguetemple.hyperroid.txt index e384645bd5..da7352ad34 100644 --- a/metadata/com.roguetemple.hyperroid.txt +++ b/metadata/com.roguetemple.hyperroid.txt @@ -27,8 +27,19 @@ Build:3.7,370 commit=2 buildjni=yes -Auto Update Mode:None -Update Check Mode:None -Current Version:3.7 -Current Version Code:370 +Build:4.4,440 + commit=367a1e5a7cf10acb7a9a650a96ad8980d5146653 + target=android-7 + buildjni=yes + +Build:4.4a,441 + commit=367a1e5a7cf10acb7a9a650a96ad8980d5146653 + target=android-7 + buildjni=yes + patch=patch-4.4a.patch + +Auto Update Mode:None +Update Check Mode:RepoManifest +Current Version:4.4 +Current Version Code:440 diff --git a/metadata/com.roguetemple.hyperroid/patch-4.4a.patch b/metadata/com.roguetemple.hyperroid/patch-4.4a.patch new file mode 100644 index 0000000000..ce098e27be --- /dev/null +++ b/metadata/com.roguetemple.hyperroid/patch-4.4a.patch @@ -0,0 +1,29 @@ +diff -ur com.roguetemple.hyperroid/AndroidManifest.xml hyperroid/AndroidManifest.xml +--- com.roguetemple.hyperroid/AndroidManifest.xml 2015-03-11 09:59:01.070147132 +0100 ++++ hyperroid/AndroidManifest.xml 2014-03-25 12:36:36.000000000 +0100 +@@ -1,7 +1,7 @@ + + ++ android:versionCode="441" android:versionName="4.4a"> + + + 1) curvol = 1; ++ if(backgroundmusic != null) + backgroundmusic.setVolume(curvol, curvol); + } + } + else if(backgroundmusic == null) { +- int id = 0; ++ int id = R.raw.crossroads; + if(curland == 3) id = R.raw.desert; + if(curland == 4) id = R.raw.icyland; + if(curland == 5) id = R.raw.caves;