Skip to content

Commit d5afa6f

Browse files
author
Amith Chandrappa
committed
Changes for Travis Build, Exclude local.properties
1 parent 9a1b7ef commit d5afa6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22

33
[![Build Status](https://travis-ci.org/amithgc/SliderNumPad.svg?branch=master)](https://travis-ci.org/amithgc/SliderNumPad)
44
[![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/amithgc/SliderNumPad/blob/master/LICENSE.txt)
5-
[![Bintray](https://img.shields.io/bintray/v/asciidoctor/maven/asciidoctorj.svg)](https://bintray.com/amithgc/maven/slidernumpad)

slidernumpad/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ dependencies {
6565
javadocDeps 'com.android.support:support-annotations:27.1.1'
6666
}
6767

68+
if (project.rootProject.file('local.properties').exists()) {
6869
//These two remote files contain Bintray configuration as described above.
69-
apply from: 'https://raw.githubusercontent.com/quangctkm9207/template-files/master/android/gradle/install.gradle'
70-
apply from: 'https://raw.githubusercontent.com/quangctkm9207/template-files/master/android/gradle/bintray.gradle'
71-
70+
apply from: 'https://raw.githubusercontent.com/quangctkm9207/template-files/master/android/gradle/install.gradle'
71+
apply from: 'https://raw.githubusercontent.com/quangctkm9207/template-files/master/android/gradle/bintray.gradle'
72+
}

0 commit comments

Comments
 (0)