Skip to content

Commit

Permalink
fixed ble namespace error
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Dec 3, 2021
1 parent 36e0d31 commit 4314632
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core-android-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ publishing {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.github.XYOracleNetwork:sdk-base-android:4.2.25'
api 'com.github.XYOracleNetwork:sdk-base-android:4.2.25'
implementation 'org.jetbrains:annotations:23.0.0'
implementation 'org.bouncycastle:bcpkix-jdk15to18:1.70'
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion core-android-library/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
-keepattributes *Annotation*
-keepattributes EnclosingMethod

-keep public class network.xyo.ble.** { *; }
-keep public class network.xyo.core.** { *; }

-verbose
2 changes: 1 addition & 1 deletion core-android-library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="network.xyo.ble">
package="network.xyo.core">

<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
Expand Down

0 comments on commit 4314632

Please sign in to comment.