12 lines
169 B
Plaintext
12 lines
169 B
Plaintext
|
|
plugins {
|
||
|
|
id("signal-library")
|
||
|
|
}
|
||
|
|
|
||
|
|
android {
|
||
|
|
namespace = "com.github.chrisbanes.photoview"
|
||
|
|
}
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
implementation("androidx.appcompat:appcompat:1.4.1")
|
||
|
|
}
|