File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments