This website requires JavaScript.
Explore
Help
Sign In
Castopod
/
AntennaPod
Watch
1
Star
0
Fork
0
You've already forked AntennaPod
mirror of
https://github.com/AntennaPod/AntennaPod.git
synced
2024-12-22 22:28:10 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
AntennaPod
/
playFlavor.gradle
12 lines
186 B
Groovy
Raw
Permalink
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"
}
}
}
Reference in New Issue
Copy Permalink