Skip to content

Commit e344a0c

Browse files
committed
[artifact] Some gradle config changes
1 parent 1b44c5a commit e344a0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sample-custom-strategy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
}
4141

4242
dependencies {
43-
def supportVersion = '27.1.1'
43+
def supportVersion = '28.0.0'
4444
implementation "com.android.support:appcompat-v7:$supportVersion"
4545
implementation "com.android.support:design:$supportVersion"
4646

sample-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
}
4141

4242
dependencies {
43-
implementation 'com.android.support:appcompat-v7:27.1.1'
43+
implementation 'com.android.support:appcompat-v7:28.0.0'
4444

4545
implementation 'com.arello-mobile:moxy:1.5.5'
4646
implementation 'com.arello-mobile:moxy-app-compat:1.5.5'

0 commit comments

Comments
 (0)