File tree Expand file tree Collapse file tree
buildSrc/src/main/kotlin/com/skydoves/bindables Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ You can reference the good use cases of this library in the below repositories.
3232Add the dependency below to your ** module** 's ` build.gradle ` file:
3333``` gradle
3434dependencies {
35- implementation "com.github.skydoves:bindables:1.1 .0"
35+ implementation( "com.github.skydoves:bindables:1.2 .0")
3636}
3737```
3838
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ object Configuration {
2121 const val targetSdk = 35
2222 const val minSdk = 21
2323 const val majorVersion = 1
24- const val minorVersion = 1
24+ const val minorVersion = 2
2525 const val patchVersion = 0
2626 const val versionName = " $majorVersion .$minorVersion .$patchVersion "
27- const val versionCode = 11
27+ const val versionCode = 12
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