We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f92b72d commit 023f6ebCopy full SHA for 023f6eb
README.md
@@ -27,7 +27,7 @@ allprojects {
27
Add the dependency to the project build.gradle:
28
```Gradle
29
dependencies {
30
- implementation 'com.github.classiczires:Android-Switch-Segmented-Control:1.0.4'
+ implementation 'com.github.classiczires:Android-Switch-Segmented-Control:1.0.5'
31
}
32
```
33
switchsegmentedcontrol/build.gradle
@@ -8,8 +8,8 @@ android {
8
defaultConfig {
9
minSdkVersion 17
10
targetSdkVersion 30
11
- versionCode 5
12
- versionName "1.0.4"
+ versionCode 6
+ versionName "1.0.5"
13
14
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
15
0 commit comments