mirror of
https://github.com/mollyim/mollyim-android.git
synced 2025-05-12 21:30:39 +01:00
18 lines
No EOL
306 B
Groovy
18 lines
No EOL
306 B
Groovy
plugins {
|
|
id 'signal-sample-app'
|
|
}
|
|
|
|
android {
|
|
namespace 'org.signal.qrtest'
|
|
|
|
defaultConfig {
|
|
applicationId "org.signal.qrtest"
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(':qr')
|
|
|
|
implementation libs.google.zxing.android.integration
|
|
implementation libs.google.zxing.core
|
|
} |