Skip to content

Commit

Permalink
Use "implementation" instead of "compile" in Gradle dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaioMelo8 committed Sep 6, 2023
1 parent b6853eb commit c34a5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/build-extras.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ repositories{
}

dependencies {
compile 'com.github.scottyab:rootbeer:0.0.8'
implementation 'com.github.scottyab:rootbeer:0.0.8'
}

0 comments on commit c34a5fb

Please sign in to comment.