Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: androidacy-user <opensource@androidacy.com>
  • Loading branch information
androidacy-user authored Dec 25, 2024
1 parent 7d345ae commit a418913
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 52 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,12 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x gradlew

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

- name: Build samples
run: |
cd samples
./gradlew :application:assembleRelease :application-global-obfuscate:assembleRelease :library:assembleRelease :library-may-obfuscate:assembleRelease :library-obfuscate:assembleRelease
52 changes: 0 additions & 52 deletions .github/workflows/build.yml

This file was deleted.

0 comments on commit a418913

Please sign in to comment.