TM-SGNL-Android/photoview/build.gradle.kts
TELEMESSAGE\Shilo 1c47e8ba52 new baseline - 1
2024-01-23 11:32:42 +02:00

11 lines
169 B
Kotlin

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