Skip to content

Commit e5ed71c

Browse files
committed
Prepare for the next release
1 parent 19cdfd0 commit e5ed71c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Add the dependency below into your **module**'s `build.gradle` file:
2727

2828
```gradle
2929
dependencies {
30-
implementation("com.github.skydoves:sandwich:2.0.7")
31-
implementation("com.github.skydoves:sandwich-retrofit:2.0.7") // For Retrofit (Android)
30+
implementation("com.github.skydoves:sandwich:2.0.8")
31+
implementation("com.github.skydoves:sandwich-retrofit:2.0.8") // For Retrofit (Android)
3232
}
3333
```
3434

buildSrc/src/main/kotlin/com/github/skydoves/sandwich/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ object Configuration {
2323
const val minSdkDemo = 21
2424
const val majorVersion = 2
2525
const val minorVersion = 0
26-
const val patchVersion = 7
26+
const val patchVersion = 8
2727
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
28-
const val versionCode = 40
28+
const val versionCode = 41
2929
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
3030
const val artifactGroup = "com.github.skydoves"
3131
}

0 commit comments

Comments
 (0)