Skip to content

Commit

Permalink
feat: headers
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Dec 10, 2024
1 parent e014075 commit 2e8d1e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013 Google Inc.
* Copyright 2024 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ lifecycle-viewmodel-ktx = "2.8.7"
kotlin = "2.0.21"
kotlinx-coroutines = "1.9.0"
junit = "4.13.2"
mockito-core = "5.14.2"
secrets-gradle-plugin = "2.0.1"
truth = "1.4.4"
play-services-maps = "19.0.0"
Expand All @@ -30,6 +31,7 @@ kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", versi
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinx-coroutines" }
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
junit = { module = "junit:junit", version.ref = "junit" }
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito-core" }
secrets-gradle-plugin = { module = "com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin", version.ref = "secrets-gradle-plugin" }
truth = { module = "com.google.truth:truth", version.ref = "truth" }
play-services-maps = { module = "com.google.android.gms:play-services-maps", version.ref = "play-services-maps" }
Expand Down

0 comments on commit 2e8d1e7

Please sign in to comment.