mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-04-25 11:38:48 -05:00
Merge pull request #168 from yogeshpaliyal/dependabot/gradle/androidx.core-core-ktx-1.8.0
[Android]: Bump core-ktx from 1.7.0 to 1.8.0
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ dependencies {
|
||||
implementation project(":common")
|
||||
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:${kotlin_version}"
|
||||
implementation 'androidx.core:core-ktx:1.7.0'
|
||||
implementation 'androidx.core:core-ktx:1.8.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.4.1'
|
||||
implementation 'com.google.android.material:material:1.7.0-alpha02'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation 'androidx.core:core-ktx:1.7.0'
|
||||
implementation 'androidx.core:core-ktx:1.8.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.4.1'
|
||||
implementation 'com.google.android.material:material:1.7.0-alpha02'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
|
||||
@@ -59,7 +59,7 @@ android {
|
||||
dependencies {
|
||||
implementation project(":common")
|
||||
|
||||
implementation 'androidx.core:core-ktx:1.7.0'
|
||||
implementation 'androidx.core:core-ktx:1.8.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.4.1'
|
||||
implementation 'com.google.android.material:material:1.7.0-alpha02'
|
||||
implementation "androidx.compose.ui:ui:1.1.1"
|
||||
|
||||
Reference in New Issue
Block a user