Adding version for release

This commit is contained in:
misaochan 2015-12-27 15:19:37 +13:00
parent 5fe43284ee
commit dbf4d37624
2 changed files with 3 additions and 3 deletions

View file

@ -149,7 +149,7 @@ public class CategorizationFragment extends SherlockFragment{
Category cat = Category.fromCursor(cursor);
items.add(cat.getName());
}
if (MwVolleyApi.gpsCatExists){
Log.d("Cat", "GPS cats found in CategorizationFragment.java" + MwVolleyApi.getGpsCat().toString());
ArrayList<String> gpsItems = new ArrayList<String>(MwVolleyApi.getGpsCat());