Skip to content

Commit

Permalink
Merge pull request #149 from XYOracleNetwork/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
Phillip Lorenzo authored May 7, 2020
2 parents 3757931 + 0d5cd98 commit b62e88e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.6.2'
classpath 'com.android.tools.build:gradle:3.6.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.71"
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath "com.github.dcendents:android-maven-gradle-plugin:2.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ open class XyoBluetoothClient : XYIBeaconBluetoothDevice {
} else {
log.info("Not an Xyo Device - Not Creating: $hash")

/*
val createdDevice = if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
XyoBluetoothClient(context, scanResult, hash, BluetoothDevice.TRANSPORT_LE)
} else {
Expand All @@ -269,11 +268,9 @@ open class XyoBluetoothClient : XYIBeaconBluetoothDevice {

foundDevices[hash] = createdDevice
globalDevices[hash] = createdDevice
*/
}
}
}

}
}
}
4 changes: 2 additions & 2 deletions xyo-android-library/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Fri Apr 24 19:58:30 UTC 2020
VERSION_PATCH=35
#Thu May 07 04:42:24 UTC 2020
VERSION_PATCH=36
3 changes: 2 additions & 1 deletion xyo-android-sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="network.xyo.sdk.sample">

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />

<application
android:allowBackup="true"
Expand Down

0 comments on commit b62e88e

Please sign in to comment.