Skip to content

Commit

Permalink
Change 'compile' to 'implementation' as Gradle API now requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
chimbori committed Sep 13, 2019
1 parent 33bde1a commit 4a91e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
}

dependencies {
compile project(':library')
implementation project(':library')
//Support
implementation 'androidx.appcompat:appcompat:1.0.0-beta01'
implementation 'androidx.legacy:legacy-support-v4:1.0.0-beta01'
Expand Down

0 comments on commit 4a91e11

Please sign in to comment.