mirror of
https://codeberg.org/anoncontributorxmr/mysu.git
synced 2024-11-24 00:12:26 +00:00
Merge pull request 'sign debug builds' (#27) from sign-debug-build into master
Reviewed-on: https://codeberg.org/anoncontributorxmr/mysu/pulls/27
This commit is contained in:
commit
ab74995895
2 changed files with 4 additions and 2 deletions
|
@ -224,6 +224,8 @@ jobs:
|
|||
- run: curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh
|
||||
- run: sudo bash nodesource_setup.sh
|
||||
- run: sudo apt install -y nodejs
|
||||
- run: mkdir -p "$HOME/.android"
|
||||
- run: echo "${{ secrets.ANDROID_DEBUG_KEYSTORE_BASE64 }}" | base64 -d > "$HOME/.android/debug.keystore"
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- uses: actions/download-artifact@v3
|
|
@ -9,8 +9,8 @@ android {
|
|||
minSdkVersion 22
|
||||
targetSdkVersion 34
|
||||
compileSdk 34
|
||||
versionCode 51002
|
||||
versionName "0.5.10.2 'Fluorine Fermi'"
|
||||
versionCode 51003
|
||||
versionName "0.5.10.3 'Fluorine Fermi'"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
|
|
Loading…
Reference in a new issue