Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit 12e6f62

Browse files
authored
Merge pull request #25 from DevAhamed/1.2.2-release
Fix issue with pom file generation and release 1.2.2
2 parents fd08a39 + 9f0b708 commit 12e6f62

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ The minimum API level supported by this library is API 9.
2020

2121
```gradle
2222
dependencies {
23-
compile 'com.github.devahamed:multi-view-adapter:1.2.1'
23+
compile 'com.github.devahamed:multi-view-adapter:1.2.2'
2424
2525
// 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'
2727
}
2828
```
2929

multi-view-adapter-databinding/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
minSdkVersion 9
3535
targetSdkVersion 25
3636
versionCode 1
37-
versionName "1.2.1"
37+
versionName "1.2.2"
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.1'
63+
publishVersion = '1.2.2'
6464
repoName = 'MultiViewAdapter'
6565
desc = 'Additional DataBinding support for MultiViewAdapter'
6666
website = 'https://github.com/DevAhamed/MultiViewAdapter'

multi-view-adapter/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ android {
5454
minSdkVersion 9
5555
targetSdkVersion 25
5656
versionCode 1
57-
versionName "1.2.1"
57+
versionName "1.2.2"
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.1'
96+
publishVersion = '1.2.2'
9797
desc = 'Recyclerview Adapter library to create composable view holders'
9898
website = 'https://github.com/DevAhamed/MultiViewAdapter'
9999
}

sample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
minSdkVersion 16
2626
targetSdkVersion 25
2727
versionCode 1
28-
versionName "1.2.1"
28+
versionName "1.2.2"
2929

3030
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3131
}

0 commit comments

Comments
 (0)