We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 168fced + 6d04457 commit acb461dCopy full SHA for acb461d
2 files changed
DynamicFeatures/app/build.gradle
@@ -65,7 +65,7 @@ dependencies {
65
66
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${versions.kotlin}"
67
api "androidx.appcompat:appcompat:${versions.appcompat}"
68
- api 'androidx.constraintlayout:constraintlayout:1.1.3'
+ api 'androidx.constraintlayout:constraintlayout:2.0.0'
69
api 'com.google.android.material:material:1.0.0'
70
api "com.google.android.play:core:${versions.playcore}"
71
DynamicFeatures/build.gradle
@@ -20,10 +20,10 @@ buildscript {
20
21
ext.versions = [
22
'compileSdk' : 28,
23
- 'minSdk' : 24,
+ 'minSdk' : 21,
24
'targetSdk' : 28,
25
'kotlin' : '1.3.61',
26
- 'playcore' : '1.6.4',
+ 'playcore' : '1.8.3',
27
'appcompat' : '1.1.0',
28
'espresso' : '3.2.0',
29
'extJunit' : '1.1.1',
0 commit comments