Files
Android/lib/photoview/build.gradle.kts
2026-01-08 07:39:45 -05:00

12 lines
169 B
Kotlin

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