Skip to content

Commit

Permalink
Prepare for release 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Oct 13, 2024
1 parent 1da52a1 commit 8b16590
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Add the dependency below into your **module**'s `build.gradle` file:

```gradle
dependencies {
implementation("com.github.skydoves:sandwich:2.0.9")
implementation("com.github.skydoves:sandwich-retrofit:2.0.9") // For Retrofit (Android)
implementation("com.github.skydoves:sandwich:2.0.10")
implementation("com.github.skydoves:sandwich-retrofit:2.0.10") // For Retrofit (Android)
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ object Configuration {
const val minSdkDemo = 21
const val majorVersion = 2
const val minorVersion = 0
const val patchVersion = 9
const val patchVersion = 10
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 42
const val versionCode = 43
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "com.github.skydoves"
}

0 comments on commit 8b16590

Please sign in to comment.