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

@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="fr.free.nrw.commons" package="fr.free.nrw.commons"
android:versionCode="20" android:versionCode="21"
android:versionName="1.4" > android:versionName="1.5" >
<uses-sdk <uses-sdk
android:minSdkVersion="9" android:minSdkVersion="9"

View file

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