Skip to content

Commit e29579d

Browse files
committed
update readme
1 parent dcb8644 commit e29579d

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.idea/modules.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ I wrote this library just because I want a lightweight slider.
1919

2020
```groovy
2121
dependencies {
22-
implementation 'com.cpacm.simpleslider:library:2.2.0'
22+
implementation 'com.cpacm.simpleslider:library:2.2.1'
2323
}
2424
2525
if module has conflict, use
2626
如果有组件冲突,可以使用以下方法导入
2727
dependencies {
28-
implementation ('com.cpacm.simpleslider:library:2.2.0'){
28+
implementation ('com.cpacm.simpleslider:library:2.2.1'){
2929
exclude module: 'appcompat-v7'
3030
}
3131
}

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.cpacm.simpleslider"
99
minSdkVersion 15
1010
targetSdkVersion 27
11-
versionCode 8
12-
versionName "2.2.0"
11+
versionCode 9
12+
versionName "2.2.1"
1313
}
1414
buildTypes {
1515
release {

library/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33
apply plugin: 'com.github.dcendents.android-maven'
44
apply plugin: 'com.jfrog.bintray'
55

6-
version = '2.2.0'
6+
version = '2.2.1'
77

88
android {
99
compileSdkVersion 27
@@ -12,8 +12,8 @@ android {
1212
defaultConfig {
1313
minSdkVersion 11
1414
targetSdkVersion 27
15-
versionCode 8
16-
versionName "2.2.0"
15+
versionCode 9
16+
versionName "2.2.1"
1717
}
1818
buildTypes {
1919
release {
@@ -104,9 +104,9 @@ bintray {
104104
issueTrackerUrl = 'https://github.com/cpacm/SimpleSlider/issues'
105105
publicDownloadNumbers = true
106106
version {
107-
name = '2.2.0'
107+
name = '2.2.1'
108108
desc = 'simple slider release'
109-
vcsTag = '2.2.0'
109+
vcsTag = '2.2.1'
110110
attributes = ['gradle-plugin': 'com.use.less:com.use.less.gradle:gradle-useless-plugin']
111111
}
112112
}

0 commit comments

Comments
 (0)