2023-02-13 17:03:08 -05:00
|
|
|
plugins {
|
|
|
|
id 'signal-library'
|
|
|
|
}
|
2022-05-19 16:26:03 -04:00
|
|
|
|
2023-02-11 15:35:01 -05:00
|
|
|
android {
|
|
|
|
namespace 'org.signal.qr'
|
|
|
|
}
|
|
|
|
|
2023-02-13 17:03:08 -05:00
|
|
|
|
2022-05-19 16:26:03 -04:00
|
|
|
dependencies {
|
2023-02-13 17:03:08 -05:00
|
|
|
implementation project(':core-util')
|
|
|
|
|
2022-05-19 16:26:03 -04:00
|
|
|
implementation libs.androidx.camera.core
|
|
|
|
implementation libs.androidx.camera.camera2
|
|
|
|
implementation libs.androidx.camera.lifecycle
|
|
|
|
implementation libs.androidx.camera.view
|
|
|
|
implementation libs.androidx.lifecycle.common.java8
|
2022-09-14 09:18:10 -03:00
|
|
|
implementation libs.androidx.lifecycle.livedata.core
|
2022-05-19 16:26:03 -04:00
|
|
|
|
2022-09-14 09:18:10 -03:00
|
|
|
implementation libs.google.guava.android
|
2022-05-19 16:26:03 -04:00
|
|
|
implementation libs.google.zxing.android.integration
|
|
|
|
implementation libs.google.zxing.core
|
|
|
|
}
|