Skip to content

Commit

Permalink
Merge pull request #27 from rogergcc/dev
Browse files Browse the repository at this point in the history
wip image icon launcher apk padding
  • Loading branch information
rogergcc authored Sep 8, 2024
2 parents ea1838c + 786f612 commit 23440d9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions .github/workflows/AndroidBuild.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
name: AndroidBuild
on:
pull_request:
branches: [ main ]
branches: [main]
push:
branches: [ main ]
branches: [main]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.7

- name: Setup Java JDK
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: 1.8
distribution: "adopt"
# - name: Grant execute permission for gradlew
# run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build

- name: Build with Gradle
run: ./gradlew build

- name: Upload a Build Artifact
uses: actions/upload-artifact@v2
with:
name: FilmsTMDB_debug.apk
path: app/build/outputs/apk/debug/app-debug.apk
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: FilmsTMDB_debug.apk
path: app/build/outputs/apk/debug/app-debug.apk
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/hilt.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 23440d9

Please sign in to comment.