-
Notifications
You must be signed in to change notification settings - Fork 5
/
libs.versions.toml
35 lines (33 loc) · 1.4 KB
/
libs.versions.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#
# Copyright (c) 2024 General Motors GTO LLC.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0 which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# SPDX-FileType: DOCUMENTATION
# SPDX-FileCopyrightText: 2023 General Motors GTO LLC
# SPDX-License-Identifier: Apache-2.0
#
[versions]
android = "8.5.+"
androidx-appcompat = "1.7.0"
androidx-espresso = "3.6.1"
androidx-junit = "1.2.1"
junit = "4.13.2"
mockito = "5.5.0"
mockito-inline = "5.2.0"
robolectric = "4.12.1"
up-java = "2.0.0"
[libraries]
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
androidx-espresso = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-espresso"}
androidx-junit = { module = "androidx.test.ext:junit", version.ref = "androidx-junit"}
junit = { module = "junit:junit", version.ref = "junit"}
mockito-android = { module = "org.mockito:mockito-android", version.ref = "mockito"}
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito"}
mockito-inline = { module = "org.mockito:mockito-inline", version.ref = "mockito-inline"}
robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric"}
up-java = { module = "org.eclipse.uprotocol:up-java", version.ref = "up-java" }
[plugins]
android-library = { id = "com.android.library", version.ref = "android" }