Signal-Android/photoview/build.gradle

12 wiersze
171 B
Groovy
Czysty Zwykły widok Historia

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