From 840fff178c1b0fd1759c9173c7c5b2d9e9af18e3 Mon Sep 17 00:00:00 2001 From: Chris Howey Date: Fri, 9 Apr 2021 19:26:20 -0500 Subject: [PATCH] Add cancel button, and send code entry --- AndroidManifest.xml | 4 +- metadata/en-US/changelogs/11.txt | 2 + send.go | 233 ++++++++++++++++++------------- 3 files changed, 141 insertions(+), 98 deletions(-) create mode 100644 metadata/en-US/changelogs/11.txt diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6a8942c..f082880 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.github.howeyc.crocgui" - android:versionCode="10" - android:versionName="1.6.0"> + android:versionCode="11" + android:versionName="1.7.0">