Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
okornev committed Feb 20, 2021
1 parent f174162 commit 623bff9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Usage
-----

1. Add mavenCentral() to repositories block in your gradle file.
2. Add `implementation 'com.shuhart:hoveringcallback:1.3.0'` to your dependencies.
2. Add `implementation 'com.github.shuhart:hoveringcallback:1.3.0'` to your dependencies.
3. Look into the sample for additional details on how to use and configure the library.

Example:
Expand Down
8 changes: 8 additions & 0 deletions hoveringcallback/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
apply plugin: 'com.android.library'

ext {
PUBLISH_GROUP_ID = 'com.github.shuhart'
PUBLISH_VERSION = '1.3.0'
PUBLISH_ARTIFACT_ID = 'hoveringcallback'
}

apply from: "${rootProject.projectDir}/publish-mavencentral.gradle"

buildscript {
repositories {
jcenter()
Expand Down

0 comments on commit 623bff9

Please sign in to comment.