File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
55An 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+ ...
173183allprojects {
174184 repositories {
175185 ...
176- maven { url 'https://jitpack.io' }
186+ mavenCentral()
187+ ...
177188 }
178189}
179190~~~
@@ -182,7 +193,7 @@ allprojects {
182193
183194~~~
184195dependencies {
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.
204215See the License for the specific language governing permissions and
205216limitations under the License.
206217
207- ~~~
218+ ~~~
You can’t perform that action at this time.
0 commit comments