<string name="retry_label">Retry</string>
<string name="choose_library_message">Select your Library</string>
<string name="action_choose_library">Select</string>
- <string name="evergreen_libraries_url">http://evergreen-ils.org/testing/libraries.json</string>
+ <string name="evergreen_libraries_url">http://evergreen-ils.org/directory/libraries.json</string>
</resources>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.kenstir.apps.hemlock"
android:installLocation="auto"
- android:versionCode="4"
+ android:versionCode="5"
android:versionName="1.0">
<uses-sdk
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<uses-permission android:name="com.android.vending.BILLING" />"
+ <!-- uses-feature elements are used in Play Store device matching -->
+ <uses-feature android:name="android.hardware.location" android:required="false" />
+ <uses-feature android:name="android.hardware.location.network" android:required="false" />
<uses-feature android:name="android.hardware.screen.landscape" android:required="false" />
<uses-feature android:name="android.hardware.screen.portrait" android:required="false" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />