Skip to content

Commit

Permalink
Updated read me
Browse files Browse the repository at this point in the history
  • Loading branch information
aliumujib committed Jul 1, 2024
1 parent c7a7355 commit 39a9b73
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@ This application uses the libraries below.
| Room | https://developer.android.com/training/data-storage/room?hl=ja |
| Retrofit | https://square.github.io/retrofit/ |

## 📚How to Compile
To compile:
- Obtain an API key from https://thecatapi.com/
- Create credentials.properties file in the root project directory
- Add the API key this format to the credentials.properties file
```properties
CAT_API_KEY=your_actual_api_key
```
- Run with Android Studio Android Studio Jellyfish | 2023.3.1 Patch 1 or later

## 💡License

```
Expand Down

0 comments on commit 39a9b73

Please sign in to comment.