Skip to content

Commit 246170c

Browse files
committed
Prepare for release 1.1.5
1 parent 9204acd commit 246170c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add the dependency below to your **module**'s `build.gradle` file:
3333

3434
```gradle
3535
dependencies {
36-
implementation("com.github.skydoves:transformationlayout:1.1.4")
36+
implementation("com.github.skydoves:transformationlayout:1.1.5")
3737
}
3838
```
3939

buildSrc/src/main/kotlin/com/skydoves/tranformationlayout/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ object Configuration {
2222
const val minSdk = 21
2323
const val majorVersion = 1
2424
const val minorVersion = 1
25-
const val patchVersion = 4
25+
const val patchVersion = 5
2626
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
27-
const val versionCode = 14
27+
const val versionCode = 15
2828
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
2929
const val artifactGroup = "com.github.skydoves"
3030
}

0 commit comments

Comments
 (0)