This repository was archived by the owner on Jan 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
multi-view-adapter-databinding Expand file tree Collapse file tree 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.
2020
2121``` gradle
2222dependencies {
23- compile 'com.github.devahamed:multi-view-adapter:1.2.2 '
23+ compile 'com.github.devahamed:multi-view-adapter:1.2.3 '
2424
2525 // If you want to use data binding
26- compile 'com.github.devahamed:multi-view-adapter-databinding:1.2.2 '
26+ compile 'com.github.devahamed:multi-view-adapter-databinding:1.2.3 '
2727}
2828```
2929
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ android {
3434 minSdkVersion 9
3535 targetSdkVersion 25
3636 versionCode 1
37- versionName " 1.2.2 "
37+ versionName " 1.2.3 "
3838
3939 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
4040 }
@@ -60,7 +60,7 @@ publish {
6060 userOrg = ' devahamed'
6161 groupId = ' com.github.devahamed'
6262 artifactId = ' multi-view-adapter-databinding'
63- publishVersion = ' 1.2.2 '
63+ publishVersion = ' 1.2.3 '
6464 repoName = ' MultiViewAdapter'
6565 desc = ' Additional DataBinding support for MultiViewAdapter'
6666 website = ' https://github.com/DevAhamed/MultiViewAdapter'
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ android {
5454 minSdkVersion 9
5555 targetSdkVersion 25
5656 versionCode 1
57- versionName " 1.2.2 "
57+ versionName " 1.2.3 "
5858
5959 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
6060 }
@@ -93,7 +93,7 @@ publish {
9393 groupId = ' com.github.devahamed'
9494 artifactId = ' multi-view-adapter'
9595 repoName = ' MultiViewAdapter'
96- publishVersion = ' 1.2.2 '
96+ publishVersion = ' 1.2.3 '
9797 desc = ' Recyclerview Adapter library to create composable view holders'
9898 website = ' https://github.com/DevAhamed/MultiViewAdapter'
9999}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ android {
2525 minSdkVersion 16
2626 targetSdkVersion 25
2727 versionCode 1
28- versionName " 1.2.2 "
28+ versionName " 1.2.3 "
2929
3030 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
3131 }
You can’t perform that action at this time.
0 commit comments