Skip to content

Commit

Permalink
Bump to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeet committed Aug 25, 2022
1 parent 80bf7fe commit 4e756d2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _In addition, since 2.3.0 we have migrated to build with MultiType 4.0.0. If you

```groovy
dependencies {
implementation 'com.drakeet.about:about:2.5.1'
implementation 'com.drakeet.about:about:2.5.2'
implementation 'com.drakeet.multitype:multitype:4.3.0'
// optional: for using the PicassoImageLoader
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 30
versionCode 83
versionName "2.5.1"
versionCode 84
versionName "2.5.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions library/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ POM_NAME=about-page
POM_ARTIFACT_ID=about
POM_PACKAGING=aar

VERSION_NAME=2.5.1
VERSION_NAME=2.5.2
VERSION_CODE=83
GROUP=com.drakeet.about

POM_DESCRIPTION=A nice about page library based on MultiType.
POM_DESCRIPTION=A nice and easy about page library.
POM_URL=https://github.com/PureWriter/about-page
POM_SCM_URL=https://github.com/PureWriter/about-page
POM_SCM_CONNECTION=scm:git@github.com:PureWriter/about-page.git
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.drakeet.about.sample"
minSdkVersion 14
targetSdkVersion 30
versionCode 83
versionName "2.5.1"
versionCode 84
versionName "2.5.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 4e756d2

Please sign in to comment.