File tree Expand file tree Collapse file tree 5 files changed +10
-12
lines changed Expand file tree Collapse file tree 5 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
1
# SmartMaterialSpinner
2
2
The best Android spinner library for your android application with more customization
3
3
## Current version
4
- ### Legacy ([ See usage] ( #LegacyGradle ) )
5
- ![ Android Legacy] ( https://api.bintray.com/packages/chivorn/maven/smartmaterialspinner/images/download.svg )
6
- ### AndroidX ([ See usage] ( #AndroidXGradle ) )
7
- ![ AndroidX] ( https://api.bintray.com/packages/chivorn/androidx/smartmaterialspinner/images/download.svg )
4
+ ![ current] ( https://api.bintray.com/packages/chivorn/maven/smartmaterialspinner/images/download.svg )
5
+
8
6
9
7
## Available on Play Store
10
8
<a href =" https://play.google.com/store/apps/details?id=com.chivorn.smsp.demojava " target =" _blank " >
@@ -130,7 +128,7 @@ The best Android spinner library for your android application with more customiz
130
128
131
129
``` gradle
132
130
dependencies {
133
- implementation 'com.github.chivorns:smartmaterialspinner:1.3 .0'
131
+ implementation 'com.github.chivorns:smartmaterialspinner:1.4 .0'
134
132
}
135
133
```
136
134
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
3
ext {
4
- kotlin_version = ' 1.4.31 '
4
+ kotlin_version = ' 1.4.32 '
5
5
}
6
6
7
7
repositories {
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
applicationId " com.chivorn.smsp.demojava"
8
8
minSdkVersion 14
9
9
targetSdkVersion 29
10
- versionCode 6
11
- versionName " 1.3 .0"
10
+ versionCode 7
11
+ versionName " 1.4 .0"
12
12
testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
13
13
}
14
14
buildTypes {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
28
28
implementation project(' :smartmaterialspinner' )
29
29
api ' androidx.appcompat:appcompat:1.2.0'
30
30
api ' androidx.constraintlayout:constraintlayout:2.0.4'
31
- api ' junit:junit:4.13.1 '
31
+ api ' junit:junit:4.13.2 '
32
32
api ' androidx.test:runner:1.3.0'
33
33
api ' androidx.test.espresso:espresso-core:3.3.0'
34
34
}
Original file line number Diff line number Diff line change 5
5
LIBRARY_NAME = ' SmartMaterialSpinner'
6
6
PUBLISH_GROUP_ID = ' com.github.chivorns'
7
7
PUBLISH_ARTIFACT_ID = LIBRARY_NAME . toLowerCase()
8
- PUBLISH_VERSION = ' 1.3 .0'
8
+ PUBLISH_VERSION = ' 1.4 .0'
9
9
10
10
// Bintray
11
11
BINTRAY_REPO = ' maven'
@@ -32,7 +32,7 @@ android {
32
32
defaultConfig {
33
33
minSdkVersion 14
34
34
targetSdkVersion 29
35
- versionCode 23
35
+ versionCode 24
36
36
versionName " $PUBLISH_VERSION "
37
37
38
38
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -57,7 +57,7 @@ android {
57
57
dependencies {
58
58
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
59
59
implementation ' androidx.appcompat:appcompat:1.2.0'
60
- testImplementation ' junit:junit:4.13.1 '
60
+ testImplementation ' junit:junit:4.13.2 '
61
61
androidTestImplementation ' androidx.test:runner:1.3.0'
62
62
androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
63
63
}
You can’t perform that action at this time.
0 commit comments