Remove animalsniffer dependency

This commit is contained in:
Paul Schaub 2025-09-27 10:14:08 +02:00
parent 57434d80cf
commit 6d435bf206
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 0 additions and 17 deletions

View file

@ -17,10 +17,6 @@ buildscript {
} }
} }
plugins {
id 'ru.vyarus.animalsniffer' version '1.5.3'
}
apply from: 'version.gradle' apply from: 'version.gradle'
allprojects { allprojects {
@ -30,18 +26,6 @@ allprojects {
apply plugin: 'jacoco' apply plugin: 'jacoco'
apply plugin: 'checkstyle' apply plugin: 'checkstyle'
// For non-cli modules enable android api compatibility check
if (it.name.equals('vks-java')) {
// animalsniffer
apply plugin: 'ru.vyarus.animalsniffer'
dependencies {
signature "net.sf.androidscents.signature:android-api-level-${minAndroidSdk}:2.3.3_r2@signature"
}
animalsniffer {
sourceSets = [sourceSets.main]
}
}
// Only generate jar for submodules // Only generate jar for submodules
// https://stackoverflow.com/a/25445035 // https://stackoverflow.com/a/25445035
jar { jar {

View file

@ -6,7 +6,6 @@ allprojects {
ext { ext {
shortVersion = '0.1.4' shortVersion = '0.1.4'
isSnapshot = true isSnapshot = true
minAndroidSdk = 10
javaSourceCompatibility = 1.8 javaSourceCompatibility = 1.8
bouncycastleVersion = '1.75' bouncycastleVersion = '1.75'
junitVersion = '5.8.2' junitVersion = '5.8.2'