mirror of
https://github.com/basti564/Oculess.git
synced 2024-11-24 19:22:34 +01:00
update dependancies
androidx.core:core-ktx 1.6.0 -> 1.7.0 androidx.appcompat:appcompat 1.3.1 -> 1.4.1 com.google.android.material:material 1.4.0 -> 1.5.0 androidx.constraintlayout:constraintlayout 2.1.1 -> 2.1.3
This commit is contained in:
parent
6f42f62df4
commit
a808e97ac1
@ -34,10 +34,10 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
implementation 'androidx.core:core-ktx:1.6.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.3.1'
|
||||
implementation 'com.google.android.material:material:1.4.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
|
||||
implementation 'androidx.core:core-ktx:1.7.0'
|
||||
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'
|
||||
}
|
Loading…
Reference in New Issue
Block a user