Skip to content

Commit 5cfda38

Browse files
committed
nice
1 parent a7ed253 commit 5cfda38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
aapt2 compile -o compiled.zip --dir ${{ github.workspace }}/apk/res
7777
aapt2 link -o ${{ github.workspace }}/unsigned.apk \
78-
-I $ANDROID_SDK_ROOT/platforms/android-$SDK_LEVEL/android.jar \
78+
-I $ANDROID_SDK_ROOT/platforms/android-24/android.jar \
7979
--manifest ${{ github.workspace }}/apk/AndroidManifest.xml \
8080
-R ${{ github.workspace }}/compiled.zip \
8181
--rename-manifest-package org.raylib.minapp \

0 commit comments

Comments
 (0)