Skip to content

Instantly share code, notes, and snippets.

View har5hit's full-sized avatar
📱
Building Awesome Mobile Apps

Harshith Shetty har5hit

📱
Building Awesome Mobile Apps
View GitHub Profile
@har5hit
har5hit / Versions.gradle template
Last active April 14, 2019 15:50
Live template for adding dependencies in versions gradle file
# create dependency group in gradle
versions.$group$="$ver$"
def $group$=[:]
$group$.$item$="$lib$:$versions.$group$"
deps.$group$=$group$
implementation deps.$group$.$item$
#create single dependency