Skip to content

Commit 13aa95c

Browse files
Changed build.gradle reflecting proper url
1 parent 4b16663 commit 13aa95c

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

androidexternalfilewriter/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
apply plugin: 'com.android.library'
2-
//D:\Codes\Libraries\JCenter
3-
apply from: 'D:\\Codes\\Libraries\\JCenter\\installv1.gradle'
4-
apply from: 'D:\\Codes\\Libraries\\JCenter\\bintrayv1.gradle'
5-
2+
apply from: 'https://raw.githubusercontent.com/PrashamTrivedi/JCenter/master/installv1.gradle'
3+
apply from: 'https://raw.githubusercontent.com/PrashamTrivedi/JCenter/master/bintrayv1.gradle'
64
android {
75
compileSdkVersion 22
86
buildToolsVersion "23.0.0 rc3"

0 commit comments

Comments
 (0)