Skip to content

Commit

Permalink
update android sdk packae to 3.2.3-beta02'
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Nov 8, 2022
1 parent f96ed2b commit 14d39d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.annotation:annotation:1.4.0'
def withoutJna = { exclude group: "net.java.dev.jna" }
implementation "com.github.airgap-it:beacon-android-sdk:3.2.2", withoutJna
implementation "com.github.airgap-it:beacon-android-sdk:3.2.3-beta02", withoutJna
implementation "net.java.dev.jna:jna:5.9.0@aar"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1"
implementation "com.google.code.gson:gson:2.8.9"
Expand Down

0 comments on commit 14d39d8

Please sign in to comment.