Shift is a development tool that allows you to modify variables and run blocks of code while your Android application is running.
'org.coursera.android:shift:1.0.1'
<dependency>
<groupId>org.coursera.android</groupId>
<artifactId>shift</artifactId>
<version>1.0.1</version>
</dependency>
<dependency org="org.coursera.android" name="shift" rev="1.0.1"/>
"org.coursera.android", "shift", "1.0.1"