From 3c897d68ff75fac4a351154ca903a1d8791604c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Fri, 31 Jan 2014 14:08:38 +0100 Subject: Change gradle build for spongy castle, now Android Studio properly finds the classes --- libraries/spongycastle/pkix/build.gradle | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libraries/spongycastle/pkix/build.gradle (limited to 'libraries/spongycastle/pkix') diff --git a/libraries/spongycastle/pkix/build.gradle b/libraries/spongycastle/pkix/build.gradle new file mode 100644 index 000000000..83f7c34d4 --- /dev/null +++ b/libraries/spongycastle/pkix/build.gradle @@ -0,0 +1,14 @@ +apply plugin: 'java' + +dependencies { + testCompile group: 'junit', name: 'junit', version: '4.11' + compile project(':libraries:spongycastle:core') + compile project(':libraries:spongycastle:prov') +} + +sourceCompatibility = 1.5 +targetCompatibility = 1.5 +version = '1.50.0.0' + +// skip tests +build.dependsOn.remove("check") \ No newline at end of file -- cgit v1.2.3