You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,15 @@ object Sydney {
9
9
val suburbs = listOf("Ryde", "Chippendale")
10
10
}
11
11
```
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.
13
13
- 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.
14
14
15
15
## Requirements
16
16
- Android Studio Bumblebee or later
17
17
18
+
## Tech Stack
19
+
- Jetpack Compose
20
+
- JitPack.io
21
+
18
22
## 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