messenger-android

Android graphical user interfaces for GNUnet Messenger
Log | Files | Refs | README | LICENSE

libs.versions.toml (2238B)


      1 [versions]
      2 agp = "8.13.0"
      3 cardview = "1.0.0"
      4 kotlin = "2.2.0"
      5 coreKtx = "1.10.1"
      6 junit = "4.13.2"
      7 junitVersion = "1.1.5"
      8 espressoCore = "3.5.1"
      9 appcompat = "1.6.1"
     10 material = "1.10.0"
     11 navigation = "2.7.7"
     12 zxing = "3.4.1"
     13 zxingAndroidEmbedded = "4.1.0"
     14 camerax = "1.3.0"
     15 mlkit-barcode = "17.2.0"
     16 
     17 [libraries]
     18 camerax-core = { group = "androidx.camera", name = "camera-core", version.ref = "camerax" }
     19 camerax-camera2 = { group = "androidx.camera", name = "camera-camera2", version.ref = "camerax" }
     20 camerax-lifecycle = { group = "androidx.camera", name = "camera-lifecycle", version.ref = "camerax" }
     21 camerax-view = { group = "androidx.camera", name = "camera-view", version.ref = "camerax" }
     22 mlkit-barcode = { group = "com.google.mlkit", name = "barcode-scanning", version.ref = "mlkit-barcode" }
     23 zxingcore = { module = "com.google.zxing:core", version.ref = "zxing" }
     24 zxingandroidembedded = { module = "com.journeyapps:zxing-android-embedded", version.ref = "zxingAndroidEmbedded" }
     25 androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.12.0" }
     26 androidx-navigation-fragment-ktx = { module = "androidx.navigation:navigation-fragment-ktx", version = "2.7.7" }
     27 androidx-navigation-ui-ktx = { module = "androidx.navigation:navigation-ui-ktx", version = "2.7.7" }
     28 
     29 androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment-ktx", version.ref = "navigation" }
     30 androidx-navigation-ui = { module = "androidx.navigation:navigation-ui-ktx", version.ref = "navigation" }
     31 androidx-cardview = { module = "androidx.cardview:cardview", version.ref = "cardview" }
     32 junit = { group = "junit", name = "junit", version.ref = "junit" }
     33 androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
     34 androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
     35 androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
     36 material = { group = "com.google.android.material", name = "material", version.ref = "material" }
     37 
     38 
     39 [plugins]
     40 android-application = { id = "com.android.application", version.ref = "agp" }
     41 kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
     42