Skip to content

Commit 76a9908

Browse files
committed
docs: Add link to the library's Maven page
1 parent 1504279 commit 76a9908

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
Library contains different classes and interfaces for common problems solving, which a developer faces while creating an Android app.
33

44
## Installation
5-
Currently the library is not uploaded to any Maven repository. You can add the library to your repository as a Git submodule and then create a dependency to the library module.
65

7-
If you like the library and would like to declare remote Gradle dependency to it, let me know and I'll think about uploading it to a Maven repository.
6+
The latest release is available on [Maven Central](https://search.maven.org/artifact/io.github.denis1986/android-base).
7+
```groovy
8+
implementation "io.github.denis1986:android-base:1.0.0"
9+
```
10+
11+
As an alternative, you can add the library to your repository as a Git submodule and then create a dependency to the library module.
812

913
## Structure
1014
There are 2 modules in the project: `android-basic-lib` and `sample-app`. The former is the library itself and the latter is the sample app.

0 commit comments

Comments
 (0)