We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b16663 commit 13aa95cCopy full SHA for 13aa95c
1 file changed
androidexternalfilewriter/build.gradle
@@ -1,8 +1,6 @@
1
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
-
+apply from: 'https://raw.githubusercontent.com/PrashamTrivedi/JCenter/master/installv1.gradle'
+apply from: 'https://raw.githubusercontent.com/PrashamTrivedi/JCenter/master/bintrayv1.gradle'
6
android {
7
compileSdkVersion 22
8
buildToolsVersion "23.0.0 rc3"
0 commit comments