Skip to content

Commit

Permalink
Add Montgomery Library. Bump Build Number.
Browse files Browse the repository at this point in the history
  • Loading branch information
gioneill committed Dec 18, 2017
1 parent 87926db commit 51b2398
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion simplified-app-simplye/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:android="https://schemas.android.com/apk/res/android"
xmlns:tools="https://schemas.android.com/tools"
package="org.nypl.simplified.simplye"
android:versionCode="1144"
android:versionCode="1145"
android:versionName="2.1.3">

<uses-sdk
Expand Down
20 changes: 20 additions & 0 deletions simplified-app-simplye/src/main/assets/Accounts.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,26 @@
"authPasscodeLength" : 0,
"authPasscodeAllowsLetters" : true
},
{
"id": 9,
"pathComponent" : "9",
"name" : "Montgomery County Public Libraries",
"subtitle" : "Where the County Reads, Meets, Learns",
"logo" : "LibraryLogoMontgomery",
"needsAuth" : true,
"supportsSimplyESync" : false,
"supportsBarcodeScanner" : false,
"supportsBarcodeDisplay" : false,
"supportsCardCreator" : false,
"supportsReservations" : true,
"supportsHelpCenter" : false,
"catalogUrl" : "https://montgomery.simplye-md.org/",
"licenseUrl": "https://montgomerycountymd.gov/library/collection/contentlicenses.html",
"privacyUrl": "https://notices.sailor.lib.md.us/simplye/",
"mainColor": "#0067B1",
"authPasscodeLength" : 0,
"authPasscodeAllowsLetters" : true
},
{
"id": 10,
"pathComponent" : "10",
Expand Down

0 comments on commit 51b2398

Please sign in to comment.