From 4b14082b454d767c68fe2e560ada165b27146f3b Mon Sep 17 00:00:00 2001 From: Chris Howey Date: Tue, 21 Mar 2023 09:49:21 -0500 Subject: [PATCH] next version --- AndroidManifest.xml | 4 +- fdroid-build.sh | 6 +- go.mod | 25 +++--- go.sum | 62 ++++++++------- metadata/en-US/changelogs/30.txt | 2 + third-party-licenses.txt | 132 +++++++++++++++++++++++++++++++ 6 files changed, 185 insertions(+), 46 deletions(-) create mode 100644 metadata/en-US/changelogs/30.txt diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d0345cf..4f1236a 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="29" - android:versionName="1.10.9"> + android:versionCode="30" + android:versionName="1.10.10"> +--- + +-------------------------------------------------------------------------------- + github.com/godbus/dbus/v5 Copyright (c) 2013, Georg Reinke (), Google @@ -1117,6 +1218,37 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- +github.com/ulikunitz/xz + +Copyright (c) 2014-2022 Ulrich Kunitz +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* My name, Ulrich Kunitz, may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-------------------------------------------------------------------------------- + github.com/yuin/goldmark MIT License