Skip to content

Commit 9a8bfaf

Browse files
committed
Address review comments
1 parent 815684e commit 9a8bfaf

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

firebase-common/ktx/ktx.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[versions]
2-
coroutines = '1.6.4'
2+
coroutines = "1.6.4"
33
grpc = "1.50.2"
4+
javalite = "3.17.3"
45
kotlin = "1.7.10"
6+
protoc = "3.17.3"
57
robolectric = "4.9"
68
truth = "1.1.2"
7-
protoc = "3.17.3"
8-
javalite = "3.17.3"
99

1010
[libraries]
11+
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.5.0" }
1112
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
1213
kotlin-coroutines-tasks = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-play-services", version.ref = "coroutines" }
13-
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
1414

15-
robolectric = {module = "org.robolectric:robolectric", version.ref = "robolectric" }
16-
truth = { module = "com.google.truth:truth", version.ref = "truth"}
17-
18-
androidx-annotation = { module = "androidx.annotation:annotation", version = "1.5.0" }
15+
# Test libs
1916
androidx-test-core = { module = "androidx.test:core", version = "1.5.0" }
2017
junit = { module = "junit:junit", version = "4.13.2" }
18+
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
19+
robolectric = {module = "org.robolectric:robolectric", version.ref = "robolectric" }
20+
truth = { module = "com.google.truth:truth", version.ref = "truth"}

0 commit comments

Comments
 (0)