molly-messenger/photoview/build.gradle.kts
2025-12-29 13:18:34 +01:00

11 lines
169 B
Kotlin

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