diff --git a/README.md b/README.md index 32abf9f..daad620 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Simple library for adding a floating bubble in your application! ## Installation ```java -compile 'com.github.bijoysingh.floating-bubble:3.0.0' +implementation 'com.github.bijoysingh:floating-bubble:3.0.0' // compile 'com.github.bijoysingh.floating-bubble:2.0.0' for Android Support v27 // compile 'com.github.bijoysingh.floating-bubble:1.2.0' for Android Support v26 @@ -115,4 +115,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -``` \ No newline at end of file +```