File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- // Copyright 2019 Google LLC
1
+ // Copyright 2022 Google LLC
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- coroutines = ' 1.6.4'
2
+ coroutines = " 1.6.4"
3
3
grpc = " 1.50.2"
4
+ javalite = " 3.17.3"
4
5
kotlin = " 1.7.10"
6
+ protoc = " 3.17.3"
5
7
robolectric = " 4.9"
6
8
truth = " 1.1.2"
7
- protoc = " 3.17.3"
8
- javalite = " 3.17.3"
9
9
10
10
[libraries ]
11
+ androidx-annotation = { module = " androidx.annotation:annotation" , version = " 1.5.0" }
11
12
kotlin-stdlib = { module = " org.jetbrains.kotlin:kotlin-stdlib" , version.ref = " kotlin" }
12
13
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" }
14
14
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
19
16
androidx-test-core = { module = " androidx.test:core" , version = " 1.5.0" }
20
17
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" }
You can’t perform that action at this time.
0 commit comments