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' } }