signal-android/photoview/build.gradle.kts

12 lines
169 B
Text
Raw Permalink Normal View History

2025-11-20 09:26:33 +01:00
plugins {
id("signal-library")
}
android {
namespace = "com.github.chrisbanes.photoview"
}
dependencies {
implementation("androidx.appcompat:appcompat:1.4.1")
}