Commit c864d3c
committed
feat: update usages of compile to implementation/api in gradle dependencies
The compile function and its associates have been deprecated in
gradle. Their usages should be updated to api or implementation
or their associates.
Examples:
compile -> implementation
testCompile -> testImplementation
References https://outsystemsrd.atlassian.net/browse/RNMT-26551 parent 4aebf93 commit c864d3c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
0 commit comments