mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-12-01 12:31:45 +00:00
Move common gradle setup to a single file
Original idea by @TacoTheDank
This commit is contained in:
11
playFlavor.gradle
Normal file
11
playFlavor.gradle
Normal file
@ -0,0 +1,11 @@
|
||||
android {
|
||||
flavorDimensions "market"
|
||||
productFlavors {
|
||||
free {
|
||||
dimension "market"
|
||||
}
|
||||
play {
|
||||
dimension "market"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user