Merge pull request #780 from devemux86/dependencies
Some checks failed
Docker / build (push) Failing after 2m24s
Java CI with Gradle / build (push) Has been cancelled

Update Android app dependencies

@devemux86
Many thanks for cooperation
This commit is contained in:
afischerdev 2025-04-17 14:37:44 +02:00 committed by GitHub
commit e031835592
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,8 +101,8 @@ repositories {
dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
implementation 'androidx.work:work-runtime:2.9.0'
implementation "androidx.constraintlayout:constraintlayout:2.2.1"
implementation 'androidx.work:work-runtime:2.10.0'
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.9.0'
androidTestImplementation 'androidx.work:work-testing:2.10.0'
}
gradle.projectsEvaluated {