Skip to content

Commit b467377

Browse files
committed
sdk update to 3.2.3
1 parent df576f3 commit b467377

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.8
2+
* android sdk updated to 3.2.3
3+
* iOS sdk updated to 3.2.3
4+
15
## 1.0.7
26
* pairing issue fixed in Android
37

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
5151
implementation 'androidx.annotation:annotation:1.4.0'
5252
def withoutJna = { exclude group: "net.java.dev.jna" }
53-
implementation "com.github.airgap-it:beacon-android-sdk:3.2.3-beta02", withoutJna
53+
implementation "com.github.airgap-it:beacon-android-sdk:3.2.3", withoutJna
5454
implementation "net.java.dev.jna:jna:5.9.0@aar"
5555
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1"
5656
implementation "com.google.code.gson:gson:2.8.9"

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packages:
2121
path: ".."
2222
relative: true
2323
source: path
24-
version: "1.0.7"
24+
version: "1.0.8"
2525
boolean_selector:
2626
dependency: transitive
2727
description:

ios/beacon_flutter.podspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'beacon_flutter'
7-
s.version = '1.0.7'
7+
s.version = '1.0.8'
88
s.summary = 'The Beacon Flutter Plugin provides Flutter developers with tools useful for setting up communication between native wallets supporting Tezos and dApps that implement beacon-sdk.'
99
s.description = <<-DESC
1010
A new Flutter beacon plugin.
@@ -15,12 +15,12 @@ A new Flutter beacon plugin.
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.dependency 'BeaconCore', '3.2.2'
19-
s.dependency 'BeaconClientDApp', '3.2.2'
20-
s.dependency 'BeaconClientWallet', '3.2.2'
21-
s.dependency 'BeaconBlockchainSubstrate', '3.2.2'
22-
s.dependency 'BeaconBlockchainTezos', '3.2.2'
23-
s.dependency 'BeaconTransportP2PMatrix', '3.2.2'
18+
s.dependency 'BeaconCore', '3.2.3'
19+
s.dependency 'BeaconClientDApp', '3.2.3'
20+
s.dependency 'BeaconClientWallet', '3.2.3'
21+
s.dependency 'BeaconBlockchainSubstrate', '3.2.3'
22+
s.dependency 'BeaconBlockchainTezos', '3.2.3'
23+
s.dependency 'BeaconTransportP2PMatrix', '3.2.3'
2424
s.platform = :ios, '14.0'
2525

2626
# Flutter.framework does not contain a i386 slice.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: beacon_flutter
22
description: The Beacon Flutter Plugin provides Flutter developers with tools useful for setting up communication between native wallets supporting Tezos and dApps that implement beacon-sdk.
3-
version: 1.0.7
3+
version: 1.0.8
44
homepage: https://github.com/TalaoDAO/beacon
55

66
environment:

0 commit comments

Comments
 (0)