Skip to content
Snippets Groups Projects
Commit c277e047 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Added automatic recognition of key config

parent 4e097862
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,11 @@ android { ...@@ -27,6 +27,11 @@ android {
} }
} }
if(project.hasProperty("Android.signing")
&& new File((String) project.property("Android.signing") + ".gradle").exists()) {
apply from: project.property("Android.signing") + ".gradle";
}
dependencies { dependencies {
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.1.1' compile 'com.android.support:appcompat-v7:23.1.1'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment