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 {
|
ext {
|
||||||
minSdkVersion = 22
|
minSdkVersion = 22
|
||||||
compileSdkVersion = 33
|
compileSdkVersion = 30
|
||||||
targetSdkVersion = 33
|
targetSdkVersion = 30
|
||||||
androidxActivityVersion = '1.7.0'
|
androidxActivityVersion = '1.7.0'
|
||||||
androidxAppCompatVersion = '1.6.1'
|
androidxAppCompatVersion = '1.6.1'
|
||||||
androidxCoordinatorLayoutVersion = '1.2.0'
|
androidxCoordinatorLayoutVersion = '1.2.0'
|
||||||
@ -13,4 +13,4 @@ ext {
|
|||||||
androidxJunitVersion = '1.1.5'
|
androidxJunitVersion = '1.1.5'
|
||||||
androidxEspressoCoreVersion = '3.5.1'
|
androidxEspressoCoreVersion = '3.5.1'
|
||||||
cordovaAndroidVersion = '10.1.1'
|
cordovaAndroidVersion = '10.1.1'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user