From 5e9d2a114bdfe44be91bed222adc0fd0b5dbda4c Mon Sep 17 00:00:00 2001 From: Chris Howey Date: Sun, 28 Feb 2021 18:46:56 -0600 Subject: [PATCH] add ability to send multiple files --- AndroidManifest.xml | 4 +- metadata/en-US/changelogs/5.txt | 1 + send.go | 172 +++++++++++++++++++------------- 3 files changed, 107 insertions(+), 70 deletions(-) create mode 100644 metadata/en-US/changelogs/5.txt diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 1407789..5ba46ca 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="4" - android:versionName="1.1.0"> + android:versionCode="5" + android:versionName="1.2.0">