Skip to content

Commit c4e7df0

Browse files
committed
Prepare for release 1.2.0
1 parent 0ff14e9 commit c4e7df0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You can reference the good use cases of this library in the below repositories.
3232
Add the dependency below to your **module**'s `build.gradle` file:
3333
```gradle
3434
dependencies {
35-
implementation "com.github.skydoves:bindables:1.1.0"
35+
implementation("com.github.skydoves:bindables:1.2.0")
3636
}
3737
```
3838

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)