print successfully integrated!
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[versions]
|
||||
agp = "8.7.3"
|
||||
googleCore = "3.5.1"
|
||||
hiltAndroid = "2.51"
|
||||
junit = "4.13.2"
|
||||
junitVersion = "1.3.0"
|
||||
@@ -30,9 +31,11 @@ powermockModuleJunit4 = "2.0.9"
|
||||
preference = "1.1.1"
|
||||
robolectric = "4.11.1"
|
||||
runner = "1.5.2"
|
||||
zxingAndroidEmbedded = "4.3.0"
|
||||
|
||||
[libraries]
|
||||
converter-gson = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
|
||||
google-core = { module = "com.google.zxing:core", version.ref = "googleCore" }
|
||||
hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hiltAndroid" }
|
||||
hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hiltAndroid" }
|
||||
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||||
@@ -65,6 +68,7 @@ preference = { group = "androidx.preference", name = "preference", version.ref =
|
||||
robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }
|
||||
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" }
|
||||
|
||||
|
||||
[plugins]
|
||||
|
||||
Reference in New Issue
Block a user