Skip to content

Commit

Permalink
[SCL 3.21.5_01] Update from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Jun 18, 2024
2 parents 068376c + 856bace commit 84d0cb1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
Give us some details into the problem, and how this affects it.
placeholder: 'Example: You should add a version selector because of the text box being too small.'
validations:
required: false
required: true

- type: textarea
attributes:
Expand All @@ -20,7 +20,7 @@ body:
What do you want to see changed, added, or removed? Make sure to be specific.
placeholder: 'Example: A scrollable version picker.'
validations:
required: false
required: true

- type: textarea
attributes:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,20 @@ jobs:
run: |
rm -r app_pojavlauncher/src/main/assets/components/jre
rm -r app_pojavlauncher/src/main/assets/components/jre-new
rm -r app_pojavlauncher/src/main/assets/components/jre-21
gradle assembleDebug
mv app_pojavlauncher/build/outputs/apk/debug/app_pojavlauncher-debug.apk out/app-debug-noruntime.apk
- name: Gen md5sums
run: |
md5sum out/app-debug.apk > out/app-debug.md5
md5sum out/app-debug-noruntime.apk > out/app-debug-noruntime.md5
- name: Upload APK
uses: actions/upload-artifact@v3
with:
name: app-debug
path: out/app-debug.*

- name: Upload AAB
uses: actions/upload-artifact@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static boolean installNewJreIfNeeded(Activity activity, JMinecraftVersion

private static void showRuntimeFail(Activity activity, JMinecraftVersionList.Version verInfo) {
Tools.dialogOnUiThread(activity, activity.getString(R.string.global_error),
activity.getString(R.string.multirt_nocompatiblert, verInfo.javaVersion.majorVersion));
activity.getString(R.string.multirt_nocompatiblert, verInfo.javaVersion.majorVersion));
}

private enum InternalRuntime {
Expand All @@ -113,4 +113,8 @@ private enum InternalRuntime {
}
}

<<<<<<< HEAD
}
=======
}
>>>>>>> upstream/v3_openjdk

0 comments on commit 84d0cb1

Please sign in to comment.