Skip to content

Commit

Permalink
Prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed May 8, 2023
1 parent f07ae5c commit ccb6bae
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 @@ -27,7 +27,7 @@ Add the dependency below into your **module**'s `build.gradle` file:

```gradle
dependencies {
implementation "com.github.skydoves:sandwich:1.3.5"
implementation "com.github.skydoves:sandwich:1.3.6"
}
```

Expand All @@ -50,7 +50,7 @@ repositories {
Next, add the dependency below to your **module**'s `build.gradle` file:
```gradle
dependencies {
implementation "com.github.skydoves:sandwich:1.3.6-SNAPSHOT"
implementation "com.github.skydoves:sandwich:1.3.7-SNAPSHOT"
}
```

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 = 1
const val minorVersion = 3
const val patchVersion = 5
const val patchVersion = 6
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 25
const val versionCode = 26
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "com.github.skydoves"
}

0 comments on commit ccb6bae

Please sign in to comment.