This repository has been archived on 2025-04-28. You can view files and clone it, but cannot push or open issues or pull requests.
ARPlusSystem/bdxt-250418/gradle/libs.versions.toml

44 lines
1.9 KiB
TOML

[versions]
agp = "8.3.2"
butterknifeCompiler = "10.0.0"
butterknife = "10.0.0"
butterknifeGradlePlugin = "10.2.3"
cbt = "1.1.1"
classicBluetooth = "latestVersion"
easybluetoothframe = "version"
eventbus = "3.3.1"
hbluetooth = "V1.3.6"
jakewhartonButterknifeCompiler = "10.2.3"
jakewhartonButterknife = "10.2.3"
junit = "4.13.2"
junitVersion = "1.1.5"
espressoCore = "3.5.1"
appcompat = "1.6.1"
material = "1.10.0"
constraintlayout = "2.1.4"
navigationFragment = "2.6.0"
navigationUi = "2.6.0"
widgetGeneric = "1.1.0"
activity = "1.8.0"
[libraries]
classic-bluetooth = { module = "cn.wandersnail:classic-bluetooth", version = "1.1.0" }
commons-android = { module = "cn.wandersnail:commons-android", version = "1.3.7" }
eventbus = { module = "org.greenrobot:eventbus", version = "3.3.1" }
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" }
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
navigation-fragment = { group = "androidx.navigation", name = "navigation-fragment", version.ref = "navigationFragment" }
navigation-ui = { group = "androidx.navigation", name = "navigation-ui", version.ref = "navigationUi" }
widget-generic = { module = "cn.wandersnail:widget-generic", version.ref = "widgetGeneric" }
activity = { group = "androidx.activity", name = "activity", version.ref = "activity" }
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }
androidLibrary = { id = "com.android.library", version.ref = "agp" }