From e19b0db39d271dd495c3b59b9e128747a25af5d3 Mon Sep 17 00:00:00 2001 From: Jannik Seiler Date: Tue, 25 Aug 2020 10:52:59 +0200 Subject: [PATCH] add missing licenses to license dialog --- app/build.gradle | 4 ++-- app/src/main/res/raw/notices.xml | 24 ++++++++++++++++++------ 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b5de387..89cb883 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "org.mosad.seil0.projectlaogai" minSdkVersion 23 targetSdkVersion 29 - versionCode 5911 // 0005911 - versionName "0.6.0-RC1" + versionCode 5920 // 0005920 + versionName "0.6.0-RC2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" resValue "string", "build_time", buildTime() setProperty("archivesBaseName", "projectlaogai-$versionName") diff --git a/app/src/main/res/raw/notices.xml b/app/src/main/res/raw/notices.xml index e05c044..4f1af48 100644 --- a/app/src/main/res/raw/notices.xml +++ b/app/src/main/res/raw/notices.xml @@ -3,7 +3,7 @@ Material Dialogs https://github.com/afollestad/material-dialogs - Copyright (C) Aidan Follestad + Copyright Aidan Follestad Apache Software License 2.0 @@ -13,11 +13,17 @@ Apache Software License 2.0 - gson + Gson https://github.com/google/gson Copyright 2008 Google Inc. Apache Software License 2.0 + + Jsoup + https://jsoup.org/ + Copyright 2009 - 2020 Jonathan Hedley + MIT License + kotlinx.coroutines https://github.com/Kotlin/kotlinx.coroutines @@ -25,15 +31,21 @@ Apache Software License 2.0 - farebot part for desfire cards + FareBot part for desfire cards https://github.com/codebutler/farebot Copyright 2011-2012, 2014, 2016 Eric Butler GNU General Public License 3.0 - Android Support Libraries - http://developer.android.com/tools/support-library/index.html - Copyright (C) 2016 The Android Open Source Project + AndroidX + https://developer.android.com/jetpack/androidx + Copyright 2018 The Android Open Source Project + Apache Software License 2.0 + + + Material design icons + https://github.com/google/material-design-icons + Copyright Google Inc. Apache Software License 2.0