Skip to content

Commit c864d3c

Browse files
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-2655
1 parent 4aebf93 commit c864d3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OneSignalSDK/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dependencies {
6767
implementation 'com.google.android.gms:play-services-location:12.0.0'
6868

6969
// For Chrome tabs
70-
compile 'com.android.support:customtabs:27.1.0'
70+
api 'com.android.support:customtabs:27.1.0'
7171
}
7272

7373
//apply plugin: 'com.google.gms.google-services'

0 commit comments

Comments
 (0)