This commit is contained in:
parent
83387c8fe3
commit
7e34d9f9ec
18
.gitea/workflows/test-make.yaml
Normal file
18
.gitea/workflows/test-make.yaml
Normal 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"
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user