Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.2.xsd">
<suppress>
<notes><![CDATA[FP for spring-security in CVE-2018-1258]]></notes>
<gav regex="true">.*spring-security.*</gav>
<cve>CVE-2018-1258</cve>
</suppress>
<suppress>
<notes><![CDATA[FP for spring-security-core in CVE-2018-1258]]></notes>
<sha1>574d3da85383c09bd5970fe8a3b42756755702bf</sha1>
@stepio
stepio / build.gradle
Last active August 8, 2023 07:47 — forked from qrtt1/aar-deps.gradle
gradle: package *.jar into aar
apply plugin: 'com.android.library'
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0"