Commit 895fa2e
committed
Fix: Change visibility of TrialManager.isPurchased to internal
The previous commit failed to build because MainActivity could not
access TrialManager.isPurchased due to it being private.
This commit changes the visibility of `TrialManager.isPurchased`
from `private` to `internal` to allow access from MainActivity
within the same module, resolving the build error.1 parent 874b42a commit 895fa2e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
0 commit comments