Merge remote-tracking branch 'origin/mapbox' into mapbox

This commit is contained in:
Piotr Dec 2024-07-30 18:01:30 +02:00
commit 73719bbedf
Signed by: stawros
GPG key ID: F89F27AD8F881A91
15 changed files with 961 additions and 268 deletions

View file

@ -47,6 +47,7 @@ dependencies {
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
testImplementation 'org.assertj:assertj-core:3.24.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'