gradle & license update

Signed-off-by: nuclearfog <hatespirit666@gmail.com>
This commit is contained in:
nuclearfog 2021-10-16 12:38:55 +02:00
parent a8346e8f66
commit 26a7b4253c
No known key found for this signature in database
GPG Key ID: AA0271FBE406DB98
2 changed files with 23 additions and 2 deletions

View File

@ -147,4 +147,25 @@
limitations under the License.
</license>
<license
name="paranoid"
type="library">
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.
</license>
</licenses>

View File

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