This website requires JavaScript.
Explore
Help
Sign In
Castopod
/
AntennaPod
mirror of
https://github.com/AntennaPod/AntennaPod.git
Watch
1
Star
0
Fork
You've already forked AntennaPod
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6efecd56b5
AntennaPod
/
playFlavor.gradle
12 lines
186 B
Groovy
Raw
Normal View
History
Unescape
Escape
Move common gradle setup to a single file Original idea by @TacoTheDank
2021-05-11 22:14:56 +02:00
android
{
Update AGP to 7.4.0 (#5655)
2023-04-01 23:16:53 +02:00
flavorDimensions
+
=
[
"market"
]
Move common gradle setup to a single file Original idea by @TacoTheDank
2021-05-11 22:14:56 +02:00
productFlavors
{
free
{
dimension
"market"
}
play
{
dimension
"market"
}
}
}