We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b44c5a commit e344a0cCopy full SHA for e344a0c
sample-custom-strategy/build.gradle
@@ -40,7 +40,7 @@ android {
40
}
41
42
dependencies {
43
- def supportVersion = '27.1.1'
+ def supportVersion = '28.0.0'
44
implementation "com.android.support:appcompat-v7:$supportVersion"
45
implementation "com.android.support:design:$supportVersion"
46
sample-kotlin/build.gradle
- implementation 'com.android.support:appcompat-v7:27.1.1'
+ implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.arello-mobile:moxy:1.5.5'
implementation 'com.arello-mobile:moxy-app-compat:1.5.5'
0 commit comments