VidiDin-Android/core/model/build.gradle

20 lines
325 B
Groovy
Raw Normal View History

2025-11-18 05:30:49 +00:00
apply from: "${project.rootDir}/core.build.gradle"
android {
namespace 'com.ama.core.model'
2026-01-09 09:09:03 +00:00
buildTypes {
debug {
minifyEnabled false
zipAlignEnabled true
}
release {
minifyEnabled false
zipAlignEnabled true
}
}
2025-11-18 05:30:49 +00:00
}
dependencies {
}