Skip to content

Commit

Permalink
Merge pull request #11 from CaioMelo8/bugfix/gradle
Browse files Browse the repository at this point in the history
Use "implementation" instead of "compile" in Gradle dependencies.
  • Loading branch information
karandpr authored Sep 9, 2023
2 parents b6853eb + c34a5fb commit bd574d0
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 bd574d0

Please sign in to comment.