|
@@ -4,7 +4,7 @@ plugins {
|
|
|
}
|
|
|
|
|
|
android {
|
|
|
- compileSdk 30
|
|
|
+ compileSdk 31
|
|
|
|
|
|
defaultConfig {
|
|
|
applicationId "com.livelike.livelikeandroidchallenge"
|
|
@@ -34,10 +34,10 @@ android {
|
|
|
dependencies {
|
|
|
|
|
|
implementation 'androidx.core:core-ktx:1.7.0'
|
|
|
- implementation 'androidx.appcompat:appcompat:1.4.0'
|
|
|
- implementation 'com.google.android.material:material:1.4.0'
|
|
|
- implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
|
|
|
- testImplementation 'junit:junit:4.+'
|
|
|
+ implementation 'androidx.appcompat:appcompat:1.4.1'
|
|
|
+ implementation 'com.google.android.material:material:1.5.0'
|
|
|
+ implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
|
|
|
+
|
|
|
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
|
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
|
|
|
}
|