Skip to content

Commit

Permalink
BUILD : legacy-support 라이브러리 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
minseonglove committed May 3, 2022
1 parent a44826a commit 6130c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CoALCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: Release-1.0.1
release_name: CoAL-1.0.1
tag_name: Release-1.0.2
release_name: CoAL-1.0.2
- name: Upload Release APK
id: upload_release_asset
uses: actions/upload-release-asset@v1
Expand Down
3 changes: 0 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ android {
}

dependencies {
implementation 'androidx.legacy:legacy-support-v13:1.0.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'

// ktlint
ktlint 'com.pinterest:ktlint:0.43.1'
// Logger
Expand Down

0 comments on commit 6130c44

Please sign in to comment.