We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ed253 commit 5cfda38Copy full SHA for 5cfda38
.github/workflows/android.yml
@@ -75,7 +75,7 @@ jobs:
75
76
aapt2 compile -o compiled.zip --dir ${{ github.workspace }}/apk/res
77
aapt2 link -o ${{ github.workspace }}/unsigned.apk \
78
- -I $ANDROID_SDK_ROOT/platforms/android-$SDK_LEVEL/android.jar \
+ -I $ANDROID_SDK_ROOT/platforms/android-24/android.jar \
79
--manifest ${{ github.workspace }}/apk/AndroidManifest.xml \
80
-R ${{ github.workspace }}/compiled.zip \
81
--rename-manifest-package org.raylib.minapp \
0 commit comments