12 lines
281 B
Groovy
12 lines
281 B
Groovy
apply plugin: 'java-library'
|
|
|
|
dependencies {
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
|
implementation 'com.madgag.spongycastle:core:1.56.0.0'
|
|
implementation 'com.madgag.spongycastle:prov:1.56.0.0'
|
|
|
|
}
|
|
|
|
sourceCompatibility = "7"
|
|
targetCompatibility = "7"
|