Skip to content

Commit bad307e

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 3576354 + 88c3c6f commit bad307e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ object Sydney {
99
val suburbs = listOf("Ryde", "Chippendale")
1010
}
1111
```
12-
- To import the libarary, see [Import JitPack Android Library] in the following article.
12+
- To import the libarary, see [Import JitPack Android Library](https://vtsen.hashnode.dev/how-to-publish-android-library-on-jitpackio-with-github#heading-10-import-jitpack-android-library) in the following article.
1313
- This very [simple app](https://github.com/vinchamp77/demo-simple-android-lib/tree/master/app) (part of this library) gives a quick example to use the library.
1414

1515
## Requirements
1616
- Android Studio Bumblebee or later
1717

18+
## Tech Stack
19+
- Jetpack Compose
20+
- JitPack.io
21+
1822
## Articles
19-
- [How to Publish Android Library on JitPack.io with GitHub?]
23+
- [How to Publish Android Library on JitPack.io with GitHub?](https://vtsen.hashnode.dev/how-to-publish-android-library-on-jitpackio-with-github)

0 commit comments

Comments
 (0)