File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
buildSrc/src/main/kotlin/com/skydoves/tranformationlayout Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Add the dependency below to your **module**'s `build.gradle` file:
3333
3434``` gradle
3535dependencies {
36- implementation("com.github.skydoves:transformationlayout:1.1.5 ")
36+ implementation("com.github.skydoves:transformationlayout:1.1.6 ")
3737}
3838```
3939
Original file line number Diff line number Diff line change 1717package com.skydoves.tranformationlayout
1818
1919object 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}
You can’t perform that action at this time.
0 commit comments