mirror of
https://github.com/mollyim/mollyim-insider-android.git
synced 2025-05-13 05:40:53 +01:00
11 lines
169 B
Text
11 lines
169 B
Text
plugins {
|
|
id("signal-library")
|
|
}
|
|
|
|
android {
|
|
namespace = "com.github.chrisbanes.photoview"
|
|
}
|
|
|
|
dependencies {
|
|
implementation("androidx.appcompat:appcompat:1.4.1")
|
|
}
|