2023-02-13 17:03:08 -05:00
|
|
|
plugins {
|
|
|
|
id 'signal-sample-app'
|
|
|
|
}
|
2022-05-19 16:26:03 -04:00
|
|
|
|
|
|
|
android {
|
2023-02-11 15:35:01 -05:00
|
|
|
namespace 'org.signal.qrtest'
|
|
|
|
|
2022-05-19 16:26:03 -04:00
|
|
|
defaultConfig {
|
|
|
|
applicationId "org.signal.qrtest"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation project(':qr')
|
2022-08-10 11:20:50 -04:00
|
|
|
|
|
|
|
implementation libs.google.zxing.android.integration
|
|
|
|
implementation libs.google.zxing.core
|
2022-05-19 16:26:03 -04:00
|
|
|
}
|