File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments