From b7b01bc45fc22ce9a93b4c1d48e61d8cc2d535ad Mon Sep 17 00:00:00 2001
From: poka <poka@p2p.legal>
Date: Sat, 18 Jun 2022 03:18:21 +0200
Subject: [PATCH] bump version

---
 android/app/build.gradle | 2 +-
 pubspec.yaml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/android/app/build.gradle b/android/app/build.gradle
index ecf14752..76c91a58 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -65,7 +65,7 @@ android {
         release {
             // TODO: Add your own signing config for the release build.
             // Signing with the debug keys for now, so `flutter run --release` works.
-            signingConfig signingConfigs.debug //poka: comment this to build unsigned release, or set to signingConfigs.debug to sign with debug keys
+            signingConfig signingConfigs.release //poka: comment this to build unsigned release, or set to signingConfigs.debug to sign with debug keys
             useProguard true
 
             proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 
diff --git a/pubspec.yaml b/pubspec.yaml
index 2a5fc61f..05b92cd8 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.9+11
+version: 0.0.9+12
 
 environment:
   sdk: '>=2.12.0 <3.0.0'
-- 
GitLab