-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from luposlip/master
Updated for Oreo compatibility with android-beacon-library-2.15.aar
- Loading branch information
Showing
5 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
using System; | ||
using Android.Runtime; | ||
|
||
namespace AltBeaconOrg.BoundBeacon | ||
{ | ||
// Metadata.xml XPath class reference: path="/api/package[@name='org.altbeacon.beacon']/class[@name='Beacon']" | ||
public partial class Beacon | ||
{ | ||
public int DescribeContents() | ||
{ | ||
return 0; | ||
} | ||
|
||
public void WriteToParcel(Android.OS.Parcel p, Android.OS.ParcelableWriteFlags f) | ||
{ | ||
|
||
} | ||
} | ||
} | ||
|
Binary file removed
BIN
-147 KB
AndroidAltBeaconLibrary/AndroidAltBeaconLibrary/Jars/android-beacon-library-2.10.aar
Binary file not shown.
Binary file added
BIN
+201 KB
AndroidAltBeaconLibrary/AndroidAltBeaconLibrary/Jars/android-beacon-library-2.15.aar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters