MollyAppRemake/libfakegms/build.gradle.kts
2025-03-14 14:37:12 +05:00

12 lines
146 B
Plaintext

plugins {
id("signal-library")
}
android {
namespace = "com.google.android.gms"
}
dependencies {
implementation(libs.androidx.fragment)
}