Skip to content

Commit 42d5865

Browse files
authored
Updated with maven central badge
1 parent 726f390 commit 42d5865

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Android-Widgets
22

3-
[![](https://jitpack.io/v/LiteKite/Android-Widgets.svg)](https://jitpack.io/#LiteKite/Android-Widgets)
3+
[![GitHub release](https://img.shields.io/maven-central/v/com.github.litekite/android-widgets)](https://search.maven.org/search?q=g:com.github.litekite)
44

55
An Android Custom Widgets Library, offers custom ui components.
66

@@ -167,13 +167,24 @@ CircleImageButton is a clickable image button that makes image source [app:srcCo
167167

168168
## Download
169169

170-
1) Add the jitpack repo in your root build.gradle at the end of repositories:
170+
1) Add the maven central repo in your root build.gradle at the end of repositories:
171171

172172
~~~
173+
buildscript {
174+
...
175+
repositories {
176+
...
177+
mavenCentral()
178+
...
179+
}
180+
...
181+
}
182+
...
173183
allprojects {
174184
repositories {
175185
...
176-
maven { url 'https://jitpack.io' }
186+
mavenCentral()
187+
...
177188
}
178189
}
179190
~~~
@@ -182,7 +193,7 @@ allprojects {
182193

183194
~~~
184195
dependencies {
185-
implementation 'com.github.LiteKite:Android-Widgets:0.0.6'
196+
implementation 'com.github.litekite:android-widgets:0.0.7'
186197
}
187198
~~~
188199

@@ -204,4 +215,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
204215
See the License for the specific language governing permissions and
205216
limitations under the License.
206217
207-
~~~
218+
~~~

0 commit comments

Comments
 (0)