mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-08 09:09:33 -06:00
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:
@@ -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
|
||||
|
||||
@@ -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.+'
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user