Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Jan 7, 2024
1 parent 67efd13 commit bb05ae2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
api-level: [31]
target: [default, google_apis]
target: [default]
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion all/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
api project(path: ':core')
api project(path: ':preprocess')
api project(path: ':ui')
api project(path: ':download')

implementation 'androidx.appcompat:appcompat:1.3.0'
Expand Down

0 comments on commit bb05ae2

Please sign in to comment.