Merge pull request #787 from devemux86/dependencies
Update Android app dependencies @devemux86 Thanks for cooperation
This commit is contained in:
commit
ca70a48044
1 changed files with 2 additions and 2 deletions
|
|
@ -102,7 +102,7 @@ repositories {
|
|||
dependencies {
|
||||
implementation 'androidx.appcompat:appcompat:1.7.0'
|
||||
implementation "androidx.constraintlayout:constraintlayout:2.2.1"
|
||||
implementation 'androidx.work:work-runtime:2.10.0'
|
||||
implementation 'androidx.work:work-runtime:2.10.1'
|
||||
implementation 'com.google.android.material:material:1.12.0'
|
||||
|
||||
implementation project(':brouter-mapaccess')
|
||||
|
|
@ -115,7 +115,7 @@ dependencies {
|
|||
|
||||
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
|
||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
|
||||
androidTestImplementation 'androidx.work:work-testing:2.10.0'
|
||||
androidTestImplementation 'androidx.work:work-testing:2.10.1'
|
||||
}
|
||||
|
||||
gradle.projectsEvaluated {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue