Merge pull request #81 from yogeshpaliyal/dependabot/gradle/androidx.appcompat-appcompat-1.4.1

[Android]: Bump appcompat from 1.4.0 to 1.4.1
This commit is contained in:
Yogesh Choudhary Paliyal
2022-02-02 13:13:57 +05:30
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.6.0-alpha01'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
implementation 'androidx.preference:preference-ktx:1.1.1'
@@ -89,7 +89,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
implementation ('androidx.appcompat:appcompat:1.3.1')
implementation ('androidx.appcompat:appcompat:1.4.1')
implementation "androidx.documentfile:documentfile:1.0.1"
// ViewModel

View File

@@ -36,7 +36,7 @@ android {
dependencies {
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.6.0-alpha01'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
testImplementation 'junit:junit:4.+'

View File

@@ -51,7 +51,7 @@ dependencies {
implementation project(":common")
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.6.0-alpha01'
implementation "androidx.compose.ui:ui:1.1.0-beta02"
implementation "androidx.compose.material:material:1.0.5"