Github user sagar15795 commented on a diff in the pull request:
https://github.com/apache/incubator-taverna-mobile/pull/72#discussion_r180367593
--- Diff:
app/src/main/java/org/apache/taverna/mobile/data/remote/TavernaService.java ---
@@ -40,7 +40,7 @@
public interface TavernaService {
- @GET(APIEndPoint.ALL_ANNOUNCEMENT)
+ @GET(APIEndPoint.ALL_ANNOUNCEMENT + "?order=reverse")
--- End diff --
move this to query parameter of the function ---
