Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/examples/mobile/android_example_native/gradle/libs.versions.toml
6601 views
1
[versions]
2
agp = "8.4.0"
3
junit = "4.13.2"
4
junitVersion = "1.1.5"
5
espressoCore = "3.5.1"
6
appcompat = "1.6.1"
7
material = "1.10.0"
8
constraintlayout = "2.1.4"
9
10
[libraries]
11
junit = { group = "junit", name = "junit", version.ref = "junit" }
12
ext-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
13
espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
14
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
15
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
16
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
17
18
[plugins]
19
android-application = { id = "com.android.application", version.ref = "agp" }
20
21