diff --git a/android/app/build.gradle b/android/app/build.gradle
index ecf14752be40c3bc13350fcf2092f8523960774d..76c91a5822e64828b1dcda23107ce5ba5a2ca5b5 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 2a5fc61fd9688095fc1af88850787d50badbc896..05b92cd8a0dbeb828dd267317303992fab249ea9 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'