We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bc7a7 commit 0592b13Copy full SHA for 0592b13
README.md
@@ -19,7 +19,7 @@ And then the actual library dependency to your module's `build.gradle`:
19
20
```groovy
21
dependencies {
22
- compile 'com.github.transferwise:sequence-layout:1.0.3'
+ compile 'com.github.transferwise:sequence-layout:1.0.4'
23
}
24
```
25
sequencelayout/build.gradle
@@ -11,8 +11,8 @@ android {
11
defaultConfig {
12
minSdkVersion 19
13
targetSdkVersion 27
14
- versionCode 3
15
- versionName "1.0.3"
+ versionCode 4
+ versionName "1.0.4"
16
archivesBaseName = "com.transferwise.sequencelayout-${versionName}"
17
18
0 commit comments