libs.versions.toml (2814B)
1 [versions] 2 agp = "8.3.2" 3 appcompat = "1.7.0" 4 commonsCodec = "1.16.1" 5 core = "3.5.0" 6 kotlin = "1.9.0" 7 coreKtx = "1.10.1" 8 junit = "4.13.2" 9 junitVersion = "1.1.5" 10 espressoCore = "3.6.1" 11 lifecycleRuntimeKtx = "2.6.1" 12 activityCompose = "1.7.0" 13 composeBom = "2023.08.00" 14 moshiKotlin = "1.15.1" 15 okhttp = "4.12.0" 16 sdk = "0.9.20" 17 navigationCompose = "2.8.9" 18 materialIconsExtendedAndroid = "1.7.8" 19 composeMaterial = "1.4.1" 20 21 22 [libraries] 23 androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" } 24 androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } 25 commons-codec = { module = "commons-codec:commons-codec", version.ref = "commonsCodec" } 26 core = { module = "com.google.zxing:core", version.ref = "core" } 27 junit = { group = "junit", name = "junit", version.ref = "junit" } 28 androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" } 29 androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" } 30 androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycleRuntimeKtx" } 31 androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" } 32 androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" } 33 androidx-ui = { group = "androidx.compose.ui", name = "ui" } 34 androidx-ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" } 35 androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" } 36 androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" } 37 androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" } 38 androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" } 39 androidx-material3 = { group = "androidx.compose.material3", name = "material3" } 40 moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshiKotlin" } 41 okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } 42 wallee-sdk = { module = "com.wallee.android.till:sdk", version.ref = "sdk" } 43 androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigationCompose" } 44 androidx-material-icons-extended-android = { group = "androidx.compose.material", name = "material-icons-extended-android", version.ref = "materialIconsExtendedAndroid" } 45 androidx-compose-material = { group = "androidx.wear.compose", name = "compose-material", version.ref = "composeMaterial" } 46 [plugins] 47 androidApplication = { id = "com.android.application", version.ref = "agp" } 48 jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } 49