Compare commits

..

No commits in common. "2135e36c9f72fbe4acadf525832b25612aff85b5" and "694480cd9d6f825cfd58e35e57f358353b7e0df8" have entirely different histories.

3 changed files with 0 additions and 50 deletions

View File

@ -8,16 +8,6 @@ jobs:
name: Build APK
runs-on: ubuntu-latest
steps:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 20.x
- name: Install npm packages
run: npm install i
- name: Install app dependencies
run: npm install
- name: Build apk file
uses: sparkfabrik/android-build-action@v1.5.0
with:

View File

@ -1,20 +0,0 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "ru.ihackfx.bibliotec",
"variantName": "debug",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-debug.apk"
}
],
"elementType": "File"
}

View File

@ -1,20 +0,0 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "ru.ihackfx.bibliotec",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
}