Skip to content

Commit 6d8a67c

Browse files
committed
Prepare to release 1.1.6
1 parent 778dc44 commit 6d8a67c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.5")
36+
implementation("com.github.skydoves:transformationlayout:1.1.6")
3737
}
3838
```
3939

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
package com.skydoves.tranformationlayout
1818

1919
object Configuration {
20-
const val compileSdk = 34
21-
const val targetSdk = 34
20+
const val compileSdk = 36
21+
const val targetSdk = 36
2222
const val minSdk = 21
2323
const val majorVersion = 1
2424
const val minorVersion = 1
25-
const val patchVersion = 5
25+
const val patchVersion = 6
2626
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
27-
const val versionCode = 15
27+
const val versionCode = 16
2828
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
2929
const val artifactGroup = "com.github.skydoves"
3030
}

0 commit comments

Comments
 (0)