From 26a7b4253c8188fc24107bd54beb38015363fc46 Mon Sep 17 00:00:00 2001 From: nuclearfog Date: Sat, 16 Oct 2021 12:38:55 +0200 Subject: [PATCH] gradle & license update Signed-off-by: nuclearfog --- app/src/main/res/xml/licenses.xml | 21 +++++++++++++++++++++ build.gradle | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/xml/licenses.xml b/app/src/main/res/xml/licenses.xml index b75185fd..5ec7f109 100644 --- a/app/src/main/res/xml/licenses.xml +++ b/app/src/main/res/xml/licenses.xml @@ -147,4 +147,25 @@ limitations under the License. + + Copyright 2021 Michael Rozumyanskiy + Licensed under the Apache License, + Version 2.0 (the "License"); + you may not use this file except + in compliance with the License. + You may obtain a copy of the License at + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law + or agreed to in writing, + software distributed under the License + is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS + OF ANY KIND, either express or implied. + See the License for the specific + language governing permissions and + limitations under the License. + + \ No newline at end of file diff --git a/build.gradle b/build.gradle index d200b21f..bbfce176 100644 --- a/build.gradle +++ b/build.gradle @@ -8,8 +8,8 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.0.2' - classpath 'io.michaelrocks:paranoid-gradle-plugin:0.3.3' + classpath 'com.android.tools.build:gradle:7.0.3' + classpath 'io.michaelrocks:paranoid-gradle-plugin:0.3.5' classpath 'gradle.plugin.ru.cleverpumpkin.proguard-dictionaries-generator:plugin:1.0.8' } }