maybe fix
Some checks failed
Build Android / Build APK (push) Failing after 17m56s

This commit is contained in:
Alexander Kacheryants 2024-07-11 23:21:31 +03:00
parent 83387c8fe3
commit 7e34d9f9ec
2 changed files with 21 additions and 3 deletions

View File

@ -0,0 +1,18 @@
name: Build Android
on: [push, pull_request]
jobs:
build:
name: Build APK
runs-on: ubuntu-latest
steps:
- name: Build apk file
uses: sparkfabrik/android-build-action@v1.5.0
with:
project-path: android
output-path: test.apk
ruby-version: "2.7.5"
bundler-version: "2.3.26"
fastlane-env: "debug"

View File

@ -1,7 +1,7 @@
ext {
minSdkVersion = 22
compileSdkVersion = 33
targetSdkVersion = 33
compileSdkVersion = 30
targetSdkVersion = 30
androidxActivityVersion = '1.7.0'
androidxAppCompatVersion = '1.6.1'
androidxCoordinatorLayoutVersion = '1.2.0'