From e28be1a4bbb33d9b5aa3f71f39d4b6175c0b19bb Mon Sep 17 00:00:00 2001 From: Andrea Baccega Date: Thu, 15 Sep 2016 14:17:17 +0200 Subject: [PATCH] removed signing config from sample project as i will not maintain it anymore and it does not compile on jitpack.io --- exampleproject/build.gradle | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/exampleproject/build.gradle b/exampleproject/build.gradle index bec5fa2..c45e8b7 100644 --- a/exampleproject/build.gradle +++ b/exampleproject/build.gradle @@ -20,20 +20,6 @@ android { compile project(':library') } - signingConfigs { - release { - storeFile file(chiaviBuchFile); - storePassword chiaviBuchstorePassword - keyAlias chiaviBuchkeyAlias - keyPassword chiaviBuchkeyPassword - } - } - - buildTypes.release { - signingConfig signingConfigs.release - } - - } dependencies {