gestion des formats de tickets!
This commit is contained in:
@@ -32,6 +32,8 @@ preference = "1.1.1"
|
||||
robolectric = "4.11.1"
|
||||
runner = "1.5.2"
|
||||
zxingAndroidEmbedded = "4.3.0"
|
||||
roomCommonJvm = "2.8.4"
|
||||
roomRuntimeJvm = "2.8.4"
|
||||
|
||||
[libraries]
|
||||
converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
|
||||
@@ -52,6 +54,8 @@ okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
|
||||
play-services-maps = { group = "com.google.android.gms", name = "play-services-maps", version.ref = "playServicesMaps" }
|
||||
recyclerview-v7 = { module = "com.android.support:recyclerview-v7", version.ref = "recyclerviewV7" }
|
||||
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
||||
room-compiler = { module = "androidx.room:room-compiler", version.ref = "roomCommonJvm" }
|
||||
room-runtime = { module = "androidx.room:room-runtime", version.ref = "roomCommonJvm" }
|
||||
rxandroid = { module = "io.reactivex:rxandroid", version.ref = "rxandroid" }
|
||||
rxjava = { module = "io.reactivex:rxjava", version.ref = "rxjava" }
|
||||
core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
@@ -69,6 +73,8 @@ robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectr
|
||||
rules = { module = "androidx.test:rules", version.ref = "core" }
|
||||
runner = { module = "androidx.test:runner", version.ref = "runner" }
|
||||
zxing-android-embedded = { module = "com.journeyapps:zxing-android-embedded", version.ref = "zxingAndroidEmbedded" }
|
||||
room-common-jvm = { group = "androidx.room", name = "room-common-jvm", version.ref = "roomCommonJvm" }
|
||||
room-runtime-jvm = { group = "androidx.room", name = "room-runtime-jvm", version.ref = "roomRuntimeJvm" }
|
||||
|
||||
|
||||
[plugins]
|
||||
|
||||
Reference in New Issue
Block a user