Signal-Android/photoview/build.gradle
2023-02-14 14:03:09 -05:00

11 lines
171 B
Groovy

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