Skip to content

Commit

Permalink
Fix crash from incorrect metadata name typo reported in #652
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgyoung committed Mar 6, 2018
1 parent e6a9d62 commit 27ca003
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 2.13.1 / 2018-03-05

[Full Changelog](https://github.com/AltBeacon/android-beacon-library/compare/2.13.1...2.13)

Bug Fixes:
- Fix incorrect immediateScanJobId meta-data name in manifest causing crash (#653, David G. Young)


### 2.13 / 2018-03-05

[Full Changelog](https://github.com/AltBeacon/android-beacon-library/compare/2.12.4...2.13)
Expand Down
2 changes: 1 addition & 1 deletion src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<service android:name=".service.ScanJob"
android:permission="android.permission.BIND_JOB_SERVICE">
<meta-data android:name="immmediateScanJobId" android:value="208352939" />
<meta-data android:name="immediateScanJobId" android:value="208352939" />
<meta-data android:name="periodicScanJobId" android:value="208352940" />
</service>

Expand Down

0 comments on commit 27ca003

Please sign in to comment.