From d3d4d15b444c41604cf673540fbf4d8dcef5f20b Mon Sep 17 00:00:00 2001
From: poka <poka@p2p.legal>
Date: Sun, 18 Apr 2021 13:27:45 +0200
Subject: [PATCH] audioplayer to version 0.18.1

---
 native/dubp_rs/Cargo.toml | 2 +-
 pubspec.lock              | 2 +-
 pubspec.yaml              | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/native/dubp_rs/Cargo.toml b/native/dubp_rs/Cargo.toml
index 4cab0152..0208e51b 100644
--- a/native/dubp_rs/Cargo.toml
+++ b/native/dubp_rs/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2018"
 
 [lib]
 name = "dubp_rs"
-crate-type = ["cdylib"]
+crate-type = ["rlib"]
 
 [dependencies]
 allo-isolate = "0.1.6"
diff --git a/pubspec.lock b/pubspec.lock
index caf35786..6d1b8856 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -28,7 +28,7 @@ packages:
       name: audioplayers
       url: "https://pub.dartlang.org"
     source: hosted
-    version: "0.18.0"
+    version: "0.18.3"
   barcode:
     dependency: transitive
     description:
diff --git a/pubspec.yaml b/pubspec.yaml
index 9a82c42b..89976f89 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -5,7 +5,7 @@ description: Pay with G1.
 # pub.dev using `pub publish`. This is preferred for private packages.
 publish_to: 'none' # Remove this line if you wish to publish to pub.dev
 
-version: 0.0.2+5
+version: 0.0.2+6
 
 environment:
   sdk: ">=2.7.0 <3.0.0"
@@ -46,7 +46,7 @@ dependencies:
   responsive_framework: ^0.0.14
   responsive_builder: ^0.3.0
   jdenticon_dart: ^2.0.0
-  audioplayers: 0.18.0
+  audioplayers: ^0.18.1
 
 flutter_icons:
   android: "ic_launcher"
-- 
GitLab