Signal-Android/photoview/build.gradle

12 lines
171 B
Groovy
Raw Normal View History

2022-10-21 11:04:40 -04:00
plugins {
id 'signal-library'
2022-10-21 11:04:40 -04:00
}
android {
2023-02-11 15:35:01 -05:00
namespace 'com.github.chrisbanes.photoview'
2022-10-21 11:04:40 -04:00
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.4.1'
}