Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Update dependency androidx.test.ext:junit to v1.1.5 #32

Merged
merged 1 commit into from
Jan 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
androidx.test.ext:junit 1.1.4 -> 1.1.5 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner January 3, 2023 21:50
@l2hyunwoo l2hyunwoo merged commit 0db533d into develop Jan 3, 2023
@delete-merged-branch delete-merged-branch bot deleted the renovate/androidx-test-junit branch January 3, 2023 23:13
jinsu4755 pushed a commit that referenced this pull request Jan 5, 2023
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
jinsu4755 added a commit that referenced this pull request Jan 5, 2023
* feat: 랭킹 말풍선 에셋 추가

feature/ranking

* feat: 랭킹 리스트 UI Model 작성

상위 랭킹과 그 외 랭크 분리

feature/ranking

* feat: 랭킹 화면 작성

feature/ranking

* feat: 랭킹 화면 말풍선 상태 수정

feature/ranking

* feat: 랭킹 컬러 관련 함수 분리

feature/ranking

* feat: 랭킹 번호 컴포저블 분리

feature/ranking

* feat: 랭킹 점수 관련 컴포저블 분리

feature/ranking

* feat: 상위 랭커 아이탬 분리

feature/ranking

* feat: 상위 랭커 리스트 분리

feature/ranking

* feat: 랭킹 리스트 아이템 분리

feature/ranking

* feat: 랭커 단일 UI 모델 이름 변경

기존 랭킹이라는 단어 안에는 여러 랭커가 소속 될 수 있어 이름의 뜻을 변경함

feature/ranking

* feat: 랭커 단일 UI 모델 이름 변경

기존 랭킹이라는 단어 안에는 여러 랭커가 소속 될 수 있어 이름의 뜻을 변경함

feature/ranking

* feat: 랭킹 관련 스크린 완성

feature/ranking

* Update dependency androidx.test.ext:junit to v1.1.5 (#32)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency androidx.test.espresso:espresso-core to v3.5.1 (#33)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [feature/net-module] 네트워크 모듈 쪽 Config (#35)

* .DS_STORE 파일 ignore 등록

* feat: Add BuildConfig api properties

* [feature/net-module] 상수 주입받는 모듈 생성

* [feature/net-module] 어노테이션 명 변경

* [feature/net-module] Json, Retrofit, OkHttp 설정

* [feature/net-module] kotlinx-datetime 의존성 추가

* [feature/net-module] kotlinx-datatime 의존성 추가

* [feature/net-module] DTO 패키지/모델 추가

* [feature/net-module] Model명 변경

* [feature/net-module] 리모트 모듈 정의하고 StampService 만들기

* [feature/net-module] Lint 정리

* [feature/net-module] yml에 apiKey 정보 넣기

* [feature/net-module] Action 빌드 스텝 이름 변경

* [feature/net-module] 스탬프 수정 API

* [feature/net-module] 스탬프 등록 API

Co-authored-by: jinsu4755 <parkjinsu4755@gmail.com>

* [feature/mission-api] Mission 도메인 쪽 API 설정 (#36)

* feat: Add App Level Module

* feat: Add MissionResponse Model

* feat: Create SoptampService

* feat: Create RemoteModule

* feat: remote 연결 준비

* feat: Response 파일 명 변경

* chore: 필요없는 prefix 제거

* chore: AppModule 제거하고 RemoteModule쪽으로 서비스 모듈 몰기

* chore: 파일/폴더 정리

* fix: lint

Co-authored-by: jinsu4755 <parkjinsu4755@gmail.com>

* [feature/new-remote-mission-list] 미션 리스트 서버 통신 (#37)

* feat: Add app name in Manifest

feature/inflate-mission-list

* feat: 미션 response 객체 수정

서버에서 리스트로 내려오는데 객체로 받아버림...

feature/inflate-mission-list

* feat: 미션 필터 수정

기존에 UI에서 의존하는 형태가 아닌 UI 에 주입할 수 있는 presentation 로직으로 만들고자 하였음

feature/inflate-mission-list

* feat: DataSource 주입 모듈 작성
feature/inflate-mission-list

* feat: DataSource 주입 모듈 작성

feature/inflate-mission-list

* feat: 네트워크 에러 발생시 사용될 다이얼로그 작성

feature/inflate-mission-list

* feat: 미션 response 객체 수정

서버에서 리스트로 내려오는데 객체로 받아버림...

feature/inflate-mission-list

* feat: 미션 Ui ViewModel 작성

필터링 기능을 이용하여 미션을 필터하여 가져갈 수 있도록 설정

feature/inflate-mission-list

* feat: 미션 화면 State 작성

feature/inflate-mission-list

* feat: 미션 화면에서 ViewModel 을 사용할 수 있도록 주입하는 Screen 화면 추가

feature/inflate-mission-list

* feat: 엑티비티에서 미션 화면 연결

feature/inflate-mission-list

* chore: 파일 마지막 줄 개행

* chore: lint

* fix: 저의 개뻘짓을 용서하여주시옵소서

* fix: 코드 수정

* fix: lint

Co-authored-by: jinsu4755 <parkjinsu4755@gmail.com>

* feat: missions response 수정

feature/mission-list

* feat: 랭킹 말풍선 에셋 추가

feature/ranking

* feat: 랭킹 리스트 UI Model 작성

상위 랭킹과 그 외 랭크 분리

feature/ranking

* feat: 랭킹 화면 작성

feature/ranking

* feat: 랭킹 화면 말풍선 상태 수정

feature/ranking

* feat: 랭킹 컬러 관련 함수 분리

feature/ranking

* feat: 랭킹 번호 컴포저블 분리

feature/ranking

* feat: 랭킹 점수 관련 컴포저블 분리

feature/ranking

* feat: 상위 랭커 아이탬 분리

feature/ranking

* feat: 상위 랭커 리스트 분리

feature/ranking

* feat: 랭킹 리스트 아이템 분리

feature/ranking

* feat: 랭커 단일 UI 모델 이름 변경

기존 랭킹이라는 단어 안에는 여러 랭커가 소속 될 수 있어 이름의 뜻을 변경함

feature/ranking

* feat: 랭커 단일 UI 모델 이름 변경

기존 랭킹이라는 단어 안에는 여러 랭커가 소속 될 수 있어 이름의 뜻을 변경함

feature/ranking

* feat: 랭킹 관련 스크린 완성

feature/ranking

* feat: missions response 수정

feature/mission-list

* style: lint format 으로 변경

feature/mission-list

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hyun-Woo Lee <54518925+l2hyunwoo@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant