File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
buildSrc/src/main/kotlin/com/github/skydoves/sandwich Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ Add the dependency below into your **module**'s `build.gradle` file:
27
27
28
28
``` gradle
29
29
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)
32
32
}
33
33
```
34
34
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ object Configuration {
23
23
const val minSdkDemo = 21
24
24
const val majorVersion = 2
25
25
const val minorVersion = 0
26
- const val patchVersion = 7
26
+ const val patchVersion = 8
27
27
const val versionName = " $majorVersion .$minorVersion .$patchVersion "
28
- const val versionCode = 40
28
+ const val versionCode = 41
29
29
const val snapshotVersionName = " $majorVersion .$minorVersion .${patchVersion + 1 } -SNAPSHOT"
30
30
const val artifactGroup = " com.github.skydoves"
31
31
}
You can’t perform that action at this time.
0 commit comments