Skip to content

Commit 2e8d1e7

Browse files
committed
feat: headers
1 parent e014075 commit 2e8d1e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

demo/src/main/java/com/google/maps/android/utils/demo/ClusteringDiffDemoActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013 Google Inc.
2+
* Copyright 2024 Google Inc.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ lifecycle-viewmodel-ktx = "2.8.7"
88
kotlin = "2.0.21"
99
kotlinx-coroutines = "1.9.0"
1010
junit = "4.13.2"
11+
mockito-core = "5.14.2"
1112
secrets-gradle-plugin = "2.0.1"
1213
truth = "1.4.4"
1314
play-services-maps = "19.0.0"
@@ -30,6 +31,7 @@ kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", versi
3031
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinx-coroutines" }
3132
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
3233
junit = { module = "junit:junit", version.ref = "junit" }
34+
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito-core" }
3335
secrets-gradle-plugin = { module = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin", version.ref = "secrets-gradle-plugin" }
3436
truth = { module = "com.google.truth:truth", version.ref = "truth" }
3537
play-services-maps = { module = "com.google.android.gms:play-services-maps", version.ref = "play-services-maps" }

0 commit comments

Comments
 (0)