File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ I wrote this library just because I want a lightweight slider.
1919
2020``` groovy
2121dependencies {
22- implementation 'com.cpacm.simpleslider:library:2.2.0 '
22+ implementation 'com.cpacm.simpleslider:library:2.2.1 '
2323}
2424
2525if module has conflict, use
2626如果有组件冲突,可以使用以下方法导入
2727dependencies {
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}
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33apply plugin : ' com.github.dcendents.android-maven'
44apply plugin : ' com.jfrog.bintray'
55
6- version = ' 2.2.0 '
6+ version = ' 2.2.1 '
77
88android {
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 }
You can’t perform that action at this time.
0 commit comments