mirror of
https://github.com/micahflee/TM-SGNL-Android.git
synced 2025-06-02 21:43:51 +02:00
11 lines
169 B
Kotlin
11 lines
169 B
Kotlin
plugins {
|
|
id("signal-library")
|
|
}
|
|
|
|
android {
|
|
namespace = "com.github.chrisbanes.photoview"
|
|
}
|
|
|
|
dependencies {
|
|
implementation("androidx.appcompat:appcompat:1.4.1")
|
|
}
|