12 lines
146 B
Plaintext
12 lines
146 B
Plaintext
|
|
plugins {
|
||
|
|
id("signal-library")
|
||
|
|
}
|
||
|
|
|
||
|
|
android {
|
||
|
|
namespace = "com.google.android.gms"
|
||
|
|
}
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
implementation(libs.androidx.fragment)
|
||
|
|
}
|