Skip to content

Commit

Permalink
Made the app work again
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmirosh committed Oct 15, 2024
1 parent 83ea959 commit 305c5ac
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
5 changes: 3 additions & 2 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ The app is written in Kotlin and uses Jetpack Compose for UI. It follows MVVM Cl

#### To make the app run:
1. Create a local.properties file in the root of the project.
2. Add a line `API_KEY="your_newsapi.org_key_here"`
2. Add a line `API_KEY=your_newsapi.org_key_here`

#### Trello board with tasks:
https://trello.com/b/kBrNFsEz

#### This is a showcase app intended to for my own learning purposes and to demonstrate the usage of:

Expand Down

0 comments on commit 305c5ac

Please sign in to comment.