mollyim-android/libfakegms/build.gradle.kts
2024-07-23 16:52:59 +02:00

11 lines
146 B
Text

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