Skip to content

Commit 8bad6fa

Browse files
committed
twenty seventh try
1 parent 70e9cb2 commit 8bad6fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ jobs:
9999
100100
- name: Debug post build contents of the repository
101101
run: |
102-
unzip ${{ github.workspace }}/apk/unsigned.apk -d ${{ github.workspace }}/debug/unsigned/
103102
unzip ${{ github.workspace }}/apk/test.apk -d ${{ github.workspace }}/debug/signed/
104103
ls -R ${{ github.workspace }}
105104

android/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.test">
33

4+
<uses-sdk android:minSdkVersion="24"/>
45
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
56
<uses-permission android:name="android.permission.INTERNET" />
67
<application
78
android:label="Test"
8-
android:hasCode="false"
9+
android:hasCode="true"
910
android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
1011

1112
<activity android:name="android.app.NativeActivity"

0 commit comments

Comments
 (0)