This repository was archived by the owner on Jan 2, 2021. It is now read-only.
File tree 4 files changed +7
-7
lines changed
multi-view-adapter-databinding
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ The minimum API level supported by this library is API 9.
20
20
21
21
``` gradle
22
22
dependencies {
23
- compile 'com.github.devahamed:multi-view-adapter:1.2.1 '
23
+ compile 'com.github.devahamed:multi-view-adapter:1.2.2 '
24
24
25
25
// If you want to use data binding
26
- compile 'com.github.devahamed:multi-view-adapter-databinding:1.2.1 '
26
+ compile 'com.github.devahamed:multi-view-adapter-databinding:1.2.2 '
27
27
}
28
28
```
29
29
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ android {
34
34
minSdkVersion 9
35
35
targetSdkVersion 25
36
36
versionCode 1
37
- versionName " 1.2.1 "
37
+ versionName " 1.2.2 "
38
38
39
39
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
40
40
}
@@ -60,7 +60,7 @@ publish {
60
60
userOrg = ' devahamed'
61
61
groupId = ' com.github.devahamed'
62
62
artifactId = ' multi-view-adapter-databinding'
63
- publishVersion = ' 1.2.1 '
63
+ publishVersion = ' 1.2.2 '
64
64
repoName = ' MultiViewAdapter'
65
65
desc = ' Additional DataBinding support for MultiViewAdapter'
66
66
website = ' https://github.com/DevAhamed/MultiViewAdapter'
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ android {
54
54
minSdkVersion 9
55
55
targetSdkVersion 25
56
56
versionCode 1
57
- versionName " 1.2.1 "
57
+ versionName " 1.2.2 "
58
58
59
59
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
60
60
}
@@ -93,7 +93,7 @@ publish {
93
93
groupId = ' com.github.devahamed'
94
94
artifactId = ' multi-view-adapter'
95
95
repoName = ' MultiViewAdapter'
96
- publishVersion = ' 1.2.1 '
96
+ publishVersion = ' 1.2.2 '
97
97
desc = ' Recyclerview Adapter library to create composable view holders'
98
98
website = ' https://github.com/DevAhamed/MultiViewAdapter'
99
99
}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ android {
25
25
minSdkVersion 16
26
26
targetSdkVersion 25
27
27
versionCode 1
28
- versionName " 1.2.1 "
28
+ versionName " 1.2.2 "
29
29
30
30
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
31
31
}
You can’t perform that action at this time.
0 commit comments