mirror of
https://github.com/bevyengine/bevy
synced 2024-12-20 01:53:12 +00:00
20 lines
810 B
TOML
20 lines
810 B
TOML
|
[versions]
|
||
|
agp = "8.4.0"
|
||
|
junit = "4.13.2"
|
||
|
junitVersion = "1.1.5"
|
||
|
espressoCore = "3.5.1"
|
||
|
appcompat = "1.6.1"
|
||
|
material = "1.10.0"
|
||
|
gamesActivity = "2.0.2"
|
||
|
|
||
|
[libraries]
|
||
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||
|
ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
||
|
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
||
|
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
||
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
||
|
games-activity = { group = "androidx.games", name = "games-activity", version.ref = "gamesActivity" }
|
||
|
|
||
|
[plugins]
|
||
|
android-application = { id = "com.android.application", version.ref = "agp" }
|