File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Android-Widgets
2
2
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 )
4
4
5
5
An Android Custom Widgets Library, offers custom ui components.
6
6
@@ -167,13 +167,24 @@ CircleImageButton is a clickable image button that makes image source [app:srcCo
167
167
168
168
## Download
169
169
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:
171
171
172
172
~~~
173
+ buildscript {
174
+ ...
175
+ repositories {
176
+ ...
177
+ mavenCentral()
178
+ ...
179
+ }
180
+ ...
181
+ }
182
+ ...
173
183
allprojects {
174
184
repositories {
175
185
...
176
- maven { url 'https://jitpack.io' }
186
+ mavenCentral()
187
+ ...
177
188
}
178
189
}
179
190
~~~
@@ -182,7 +193,7 @@ allprojects {
182
193
183
194
~~~
184
195
dependencies {
185
- implementation 'com.github.LiteKite:Android-Widgets :0.0.6 '
196
+ implementation 'com.github.litekite:android-widgets :0.0.7 '
186
197
}
187
198
~~~
188
199
@@ -204,4 +215,4 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
204
215
See the License for the specific language governing permissions and
205
216
limitations under the License.
206
217
207
- ~~~
218
+ ~~~
You can’t perform that action at this time.
0 commit comments