Skip to content
Snippets Groups Projects
Select Git revision
  • a98c338b58683f9416ee76d6554b9d5bb1afc72b
  • main default protected
  • wip
  • ChenZhangg-Modify_GRADLE_1
  • jetpack-compose-rewrite
  • demo-jump-in-history
  • attachments
  • 1.7.0 protected
  • 1.6.2 protected
  • 1.6.1 protected
  • 1.6.0 protected
  • 1.5.3 protected
  • 1.5.2 protected
  • 1.5.1 protected
  • 1.5.0 protected
  • 1.4.4 protected
  • 1.4.3 protected
  • 1.4.2 protected
  • 1.4.1 protected
  • 1.4.0 protected
  • v1.3.3 protected
  • v1.3.2 protected
  • v1.3.1 protected
  • v1.3.0 protected
  • v1.2.28 protected
  • v1.2.27 protected
  • v1.2.26 protected
27 results

libs.versions.toml

Blame
  • libs.versions.toml 6.64 KiB
    [versions]
    android-gradle-plugin = "8.1.1"
    androidx-appcompat = "1.6.1"
    androidx-espresso = "3.5.1"
    androidx-lifecycle = "2.6.1"
    androidx-room = "2.5.2"
    androidx-test = "1.5.2"
    dagger = "2.47"
    glide = "4.16.0"
    kotlin = "1.9.10"
    ksp = "1.9.10-1.0.13"
    materialdialogs = "0.9.6.0"
    retrofit = "2.6.1"
    
    [libraries]
    androidx-annotation = { module = "androidx.annotation:annotation", version = "1.6.0" }
    androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
    androidx-appcompat-resorces = { module = "androidx.appcompat:appcompat-resources", version = "androidx-appcompat" }
    androidx-browser = { module = "androidx.browser:browser", version = "1.6.0" }
    androidx-cardview = { module = "androidx.cardview:cardview", version = "1.0.0" }
    androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" }
    androidx-legacy = { module = "androidx.legacy:legacy-preference-v14", version = "1.0.0" }
    androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" }
    androidx-lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "androidx-lifecycle" }
    androidx-lifecycle-reactivestreams = { module = "androidx.lifecycle:lifecycle-reactivestreams-ktx", version.ref = "androidx-lifecycle" }
    androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version.ref = "androidx-lifecycle" }
    androidx-multidex = { module = "androidx.multidex:multidex", version = "2.0.1" }
    androidx-paging-runtime = { module = "androidx.paging:paging-runtime", version = "3.2.0" }
    androidx-preference = { module = "androidx.preference:preference", version = "1.2.1" }
    androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.1" }
    androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "androidx-room" }
    androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "androidx-room" }
    androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "androidx-room" }
    androidx-room-rxjava = { module = "androidx.room:room-rxjava2", version.ref = "androidx-room" }
    androidx-room-testing = { module = "androidx.room:room-testing", version.ref = "androidx-room" }
    androidx-room-paging = { module = "androidx.room:room-paging", version = "2.5.2" }
    androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.1.0" }
    androidx-test-core = { module = "androidx.arch.core:core-testing", version = "2.2.0" }
    androidx-test-espresso-contrib = { module = "androidx.test.espresso:espresso-contrib", version.ref = "androidx-espresso" }
    androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-espresso" }
    androidx-test-junit = { module = "androidx.test.ext:junit", version = "1.1.5" }
    androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" }
    androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidx-test" }
    
    annotations-inject = { module = "javax.inject:javax.inject", version = "1" }
    annotations-jetbrains = { module = "org.jetbrains:annotations", version = "23.0.0" }
    
    commons-codec = { module = "commons-codec:commons-codec", version = "1.15" }
    
    dagger-android-core = { module = "com.google.dagger:dagger-android", version.ref = "dagger" }
    dagger-android-support = { module = "com.google.dagger:dagger-android-support", version.ref = "dagger" }
    dagger-compiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" }
    dagger-core = { module = "com.google.dagger:dagger", version.ref = "dagger" }
    dagger-processor = { module = "com.google.dagger:dagger-android-processor", version.ref = "dagger" }
    
    flexbox = { module = "com.google.android.flexbox:flexbox", version = "3.0.0" }
    
    google-material = { module = "com.google.android.material:material", version = "1.9.0" }
    
    glide-compiler = { module = "com.github.bumptech.glide:compiler", version.ref = "glide" }
    glide-core = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
    glide-recyclerview = { module = "com.github.bumptech.glide:recyclerview-integration", version.ref = "glide" }
    
    gson = { module = "com.google.code.gson:gson", version = "2.9.0" }
    hamcrest = { module = "org.hamcrest:hamcrest", version = "2.2" }
    junit-api = { module = "org.junit.jupiter:junit-jupiter-engine", version = "5.10.0" }
    junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version = "5.10.0" }
    kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.12.0" }
    ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
    leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version = "2.8.1" }
    
    materialdialogs-commons = { module = "com.afollestad.material-dialogs:commons", version.ref = "materialdialogs" }
    materialdialogs-core = { module = "com.afollestad.material-dialogs:core", version.ref = "materialdialogs" }
    
    materialprogressbar = { module = "me.zhanghai.android.materialprogressbar:library", version = "1.6.1" }
    reactivenetwork = { module = "com.github.pwittchen:reactivenetwork-rx2", version = "3.0.8" }
    
    retrofit-converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
    retrofit-core = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
    
    robolectric = { module = "org.robolectric:robolectric", version = "4.7.3" }
    
    rxjava-android = { module = "io.reactivex.rxjava2:rxandroid", version = "2.1.1" }
    rxjava-java = { module = "io.reactivex.rxjava2:rxjava", version = "2.2.21" }
    
    speeddial = { module = "com.leinardi.android:speed-dial", version = "3.2.0" }
    threetenbp = { module = "org.threeten:threetenbp", version = "1.5.2" }
    
    # Dependencies of the included build-logic
    android-gradlePlugin = { group = "com.android.tools.build", name = "gradle", version.ref = "android-gradle-plugin" }
    kotlin-gradlePlugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
    ksp-gradlePlugin = { group = "com.google.devtools.ksp", name = "com.google.devtools.ksp.gradle.plugin", version.ref = "ksp" }
    
    [plugins]
    android-application = { id = "com.android.application", version.ref = "android-gradle-plugin" }
    android-library = { id = "com.android.library", version.ref = "android-gradle-plugin" }
    android-test = { id = "com.android.test", version.ref = "android-gradle-plugin" }
    kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
    kotlin-kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
    kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
    ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }