mirror of
https://github.com/mollyim/mollyim-android.git
synced 2025-05-12 21:30:39 +01:00
19 lines
336 B
Text
19 lines
336 B
Text
plugins {
|
|
id("signal-sample-app")
|
|
alias(libs.plugins.compose.compiler)
|
|
}
|
|
|
|
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)
|
|
}
|