Skip to content

Commit

Permalink
Merge pull request GrenderG#65 from percy-g2/patch-1
Browse files Browse the repository at this point in the history
Replace 'compile' with 'implementation' in toasty library
  • Loading branch information
GrenderG authored Mar 31, 2018
2 parents faac3ae + 49c95f9 commit 5e22122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toasty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile "com.android.support:appcompat-v7:$supportLibVersion"
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "com.android.support:appcompat-v7:$supportLibVersion"
}

0 comments on commit 5e22122

Please sign in to comment.