-
Notifications
You must be signed in to change notification settings - Fork 0
Issues: josuelali/RELAXIA
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Código invitación Btgt
bug
Something isn't working
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
#9
opened Aug 10, 2024 by
josuelali
Público
bug
Something isn't working
documentation
Improvements or additions to documentation
duplicate
This issue or pull request already exists
good first issue
Good for newcomers
question
Further information is requested
#8
opened Aug 10, 2024 by
josuelali
Consulta
documentation
Improvements or additions to documentation
question
Further information is requested
#7
opened Aug 6, 2024 by
josuelali
My Relaxia! Sketch
bug
Something isn't working
documentation
Improvements or additions to documentation
duplicate
This issue or pull request already exists
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
invalid
This doesn't seem right
question
Further information is requested
wontfix
This will not be worked on
#6
opened Aug 2, 2024 by
josuelali
name: Build and deploy Android app
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '11'
- name: Build APK
run: ./gradlew assembleRelease
- name: Sign APK
run: jarsigner -verbose -keystore my-release-key.jks -storepass <password> -keypass <password> -signedjar app-release-signed.apk app-release-unsigned.apk myalias
- name: Deploy to Play Store
uses: google-github-actions/upload-apk@v1
with:
service_account: ${{ secrets.GOOGLE_PLAY_JSON_KEY }}
apk: app-release-signed.apk
documentation
Improvements or additions to documentation
question
Further information is requested
#4
opened Jul 31, 2024 by
josuelali
Google calendario 📆
bug
Something isn't working
documentation
Improvements or additions to documentation
duplicate
This issue or pull request already exists
enhancement
New feature or request
good first issue
Good for newcomers
question
Further information is requested
#3
opened Jul 29, 2024 by
josuelali
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.