@@ -28,7 +28,7 @@ configurations.all {
}
ext {
- supportLibraryVersion = '24.2.1'
+ supportLibraryVersion = '25.1.0'
travisBuild = System.getenv("TRAVIS") == "true"
@@ -58,6 +58,8 @@ import org.parceler.Parcels;
import java.util.ArrayList;
import java.util.Set;
+import butterknife.OnItemClick;
+
/**
* An Activity that allows the user to manage accounts.
*/