File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 uses : actions/upload-artifact@v3
3535 with :
3636 name : apk-debug
37- path : app/build/outputs/apk/debug/app-debug.apk
37+ path : app/build/outputs/apk/debug
3838
Original file line number Diff line number Diff line change 3030 - name : Upload release apk
3131 uses : actions/upload-artifact@v3
3232 with :
33- name : apk-release.apk
34- path : app/build/outputs/apk/release/app-release.apk
33+ name : apk-release
34+ path : app/build/outputs/apk/release
3535
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ dependencies {
199199 implementation(" org.lsposed.hiddenapibypass:hiddenapibypass:4.3" )
200200 implementation(" org.slf4j:slf4j-simple:2.0.9" )
201201
202- val shizukuVersion = " 13.1.4 "
202+ val shizukuVersion = " 13.1.5 "
203203 implementation(" dev.rikka.shizuku:api:$shizukuVersion " )
204204
205205 // Add this line if you want to support Shizuku
You can’t perform that action at this time.
0 commit comments