Skip to content

Commit ad9e469

Browse files
committed
Enable free trial
1 parent b9a5d7c commit ad9e469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android {
3131
buildConfigField "String", "SETTINGS_ENCRYPT_SECRET", "\"${project.properties["pocketcastsSettingsEncryptSecret"] ?: ""}\""
3232
buildConfigField "String", "SHARING_SERVER_SECRET", "\"${project.properties["pocketcastsSharingServerSecret"] ?: ""}\""
3333

34-
buildConfigField "boolean", "ENABLE_FREE_TRIAL", "false"
34+
buildConfigField "boolean", "ENABLE_FREE_TRIAL", "true"
3535

3636
testInstrumentationRunner project.testInstrumentationRunner
3737
testApplicationId "au.com.shiftyjelly.pocketcasts.test" + project.name.replace("-", "_")

0 commit comments

Comments
 (0)