Skip to content

Commit

Permalink
removed signing config from sample project as i will not maintain it …
Browse files Browse the repository at this point in the history
…anymore and it does not compile on jitpack.io
  • Loading branch information
vekexasia committed Sep 15, 2016
1 parent 67c22ec commit e28be1a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions exampleproject/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e28be1a

Please sign in to comment.