Skip to content

ImsService: Update getSimStateForSlotIndex location on U #3

ImsService: Update getSimStateForSlotIndex location on U

ImsService: Update getSimStateForSlotIndex location on U #3

Workflow file for this run

name: Build APK
env:
APKTOOL_VER: 2.6.1
on:
push:
branches:
- lineage-20
- lineage-19.1
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'adopt-hotspot'
java-version: '8'
- uses: robinraju/[email protected]
with:
repository: 'iBotPeaches/Apktool'
tag: 'v${{ env.APKTOOL_VER }}'
fileName: 'apktool_${{ env.APKTOOL_VER }}.jar'
- run: java -jar apktool_${{ env.APKTOOL_VER }}.jar b .
- uses: actions/upload-artifact@v3
with:
name: APK
path: dist/ImsService.apk