Skip to content

Commit acb461d

Browse files
committed
Merge branch 'github/main' into main
2 parents 168fced + 6d04457 commit acb461d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

DynamicFeatures/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565

6666
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
6767
api "androidx.appcompat:appcompat:${versions.appcompat}"
68-
api 'androidx.constraintlayout:constraintlayout:1.1.3'
68+
api 'androidx.constraintlayout:constraintlayout:2.0.0'
6969
api 'com.google.android.material:material:1.0.0'
7070
api "com.google.android.play:core:${versions.playcore}"
7171

DynamicFeatures/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ buildscript {
2020

2121
ext.versions = [
2222
'compileSdk' : 28,
23-
'minSdk' : 24,
23+
'minSdk' : 21,
2424
'targetSdk' : 28,
2525
'kotlin' : '1.3.61',
26-
'playcore' : '1.6.4',
26+
'playcore' : '1.8.3',
2727
'appcompat' : '1.1.0',
2828
'espresso' : '3.2.0',
2929
'extJunit' : '1.1.1',

0 commit comments

Comments
 (0)