Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
メモの追記
Browse files Browse the repository at this point in the history
  • Loading branch information
tshion committed Nov 3, 2023
1 parent e2507bd commit 5034bcd
Show file tree
Hide file tree
Showing 3 changed files with 1,161 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DevNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 開発メモ
## 適用されている設計パターン
## 適用されている実装 & 設計パターン
* Jetpack
* [Navigation](https://developer.android.com/guide/navigation)
* Single Activity, Many Fragments
Expand Down Expand Up @@ -45,7 +45,7 @@
## リリースビルドを試したい
プロジェクトルートにパスを移動してから下記の手順を踏んで環境を整備してください。

機密情報のため.gitignore に設定しています。なので都度対応してください。
機密情報のためGit 管理から外しています。なので都度対応してください。

1. release.jks を新規作成し、署名情報を記載してください
1. keystore.properties を新規作成し、下記のフォーマットで必要な情報を記載してください
Expand Down
1 change: 1 addition & 0 deletions docs/SpecNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ GitHub リポジトリの詳細画面 | [TwoFragment](../app/src/main/kotlin/jp/
## その他
* GitHub REST API
* https://docs.github.com/ja/rest/search/search?apiVersion=2022-11-28#search-repositories
* [本リポジトリで利用する箇所を抜粋したOpenAPI 定義書](./github.yaml)
* アプリバージョンの仕様
* https://github.com/tshion/yumemi-inc_android-engineer-codecheck/issues/5 を参照してください
Loading

0 comments on commit 5034bcd

Please sign in to comment.