Skip to content

Commit 4cea5b5

Browse files
Merge pull request #8 from raheemadamboev/v1.0.8
V1.0.8
2 parents db48ef7 + 62cbb6b commit 4cea5b5

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

README.md

+17-14
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,27 @@
88
</p>
99

1010
<p align="center">
11-
📻 Light library that is beautiful custom radio button with image functionality. You can easily add image to radio button. Integration is very easy.
11+
📻 <b>ImageRadioButtonAndroid</b> is a light library for custom radio button with image functionality. You can easily add image to radio button. Integration is very easy.
1212
</p>
1313

1414
# Setup
1515

16-
Add it in your root **build.gradle** at the end of repositories:
17-
```groovy
18-
allprojects {
16+
Add the maven library bucket to the `dependencyResolutionManagement.repositories` block in `settings.gradle.kts` file as follows:
17+
```kotlin
18+
dependencyResolutionManagement {
19+
...
1920
repositories {
20-
maven { url 'https://jitpack.io' }
21+
...
22+
maven("https://jitpack.io")
2123
}
2224
}
23-
```
25+
```
2426

25-
Include below dependency in build.gradle of application and sync it:
26-
```groovy
27-
implementation 'com.github.raheemadamboev:image-radio-button-android:1.0.7'
27+
Install the library to the project in desired module's `build.gradle.kts` file. Replace `<current_version>` with the actual version:
28+
```kotlin
29+
implementation("com.github.raheemadamboev:image-radio-button-android:<current_version>")
2830
```
31+
2932
# Implementation
3033

3134
Add **GravityRadioGroup** to your XML layout:
@@ -74,20 +77,20 @@ _If you don't want to set tint to ImageView of RadioButton, just don't set_ `app
7477
# Demo
7578

7679
<p align="center">
77-
<img width="440" height="456" src="https://github.com/raheemadamboev/image-radio-button-android/blob/master/background.gif" />
80+
<img width="440" height="456" src="https://github.com/raheemadamboev/image-radio-button-android/blob/master/extra/banner.gif" />
7881
</p>
7982

8083
Programming pictures are placed with the help of this library in this demo application. When radio button is clicked, its text gets shown via Toast.
8184

82-
<a href="https://github.com/raheemadamboev/image-radio-button-android/blob/master/app-debug.apk">Download demo</a>
85+
<a href="https://github.com/raheemadamboev/image-radio-button-android/blob/master/extra/app-debug.apk">Download demo</a>
8386

8487
# Projects using this library
8588

86-
**GoTest** 150 000+ downloads in <a href="https://play.google.com/store/apps/details?id=xyz.teamgravity.gotest">Google Play Store</a>
89+
**GoTest** 250 000+ downloads in <a href="https://play.google.com/store/apps/details?id=xyz.teamgravity.gotest">Google Play Store</a>
8790

88-
**Buxgalteriya schyotlar rejasi** 20 000+ downloads in <a href="https://play.google.com/store/apps/details?id=xyz.teamgravity.uzbekistanaccountingcode">Google Play Store</a>
91+
**Buxgalteriya schyotlar rejasi** 50 000+ downloads in <a href="https://play.google.com/store/apps/details?id=xyz.teamgravity.uzbekistanaccountingcode">Google Play Store</a>
8992

90-
**Irregular Verbs** 20 000+ downloads in <a href="https://play.google.com/store/apps/details?id=xyz.teamgravity.irregularverbs">Google Play Store</a>
93+
**Irregular Verbs** 25 000+ downloads in <a href="https://play.google.com/store/apps/details?id=xyz.teamgravity.irregularverbs">Google Play Store</a>
9194

9295
# License
9396

0 commit comments

Comments
 (0)