File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ And then the actual library dependency to your module's `build.gradle`:
1919
2020``` groovy
2121dependencies {
22- implementation 'com.github.transferwise:sequence-layout:1.0.8 '
22+ implementation 'com.github.transferwise:sequence-layout:... // use latest version '
2323}
2424```
2525
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
4- ext. kotlin_version = ' 1.3.10 '
4+ ext. kotlin_version = ' 1.3.41 '
55 repositories {
66 google()
77 jcenter()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:3.4.1 '
10+ classpath ' com.android.tools.build:gradle:3.4.2 '
1111 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1212 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0'
1313
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
1111 defaultConfig {
1212 minSdkVersion 19
1313 targetSdkVersion 28
14- versionCode 8
15- versionName " 1.0.8 "
14+ versionCode 9
15+ versionName " 1.0.9 "
1616 archivesBaseName = " com.transferwise.sequencelayout-${ versionName} "
1717 }
1818
You can’t perform that action at this time.
0 commit comments