| 123456789101112131415161718 |
- plugins {
- alias(libs.plugins.android.library)
- }
- android {
- namespace = "com.grkj.skin"
- compileSdk = 36
- defaultConfig {
- minSdk = 25
- targetSdk = 36
- }
- }
- dependencies {
- implementation(libs.androidx.appcompat)
- implementation(libs.material)
- }
|