diff --git a/README.md b/README.md index 54e9f5c..476df0e 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ N.B. Your activity must extends ActionBarActivity implements MaterialTabLi Add this to your build.gradle: ```java dependencies { - compile 'it.neokree:MaterialTabs:0.11' + implementation 'it.neokree:MaterialTabs:0.11' } ```