We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a5d7c commit ad9e469Copy full SHA for ad9e469
base.gradle
@@ -31,7 +31,7 @@ android {
31
buildConfigField "String", "SETTINGS_ENCRYPT_SECRET", "\"${project.properties["pocketcastsSettingsEncryptSecret"] ?: ""}\""
32
buildConfigField "String", "SHARING_SERVER_SECRET", "\"${project.properties["pocketcastsSharingServerSecret"] ?: ""}\""
33
34
- buildConfigField "boolean", "ENABLE_FREE_TRIAL", "false"
+ buildConfigField "boolean", "ENABLE_FREE_TRIAL", "true"
35
36
testInstrumentationRunner project.testInstrumentationRunner
37
testApplicationId "au.com.shiftyjelly.pocketcasts.test" + project.name.replace("-", "_")
0 commit comments