File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
12
- classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
12
+ // classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
13
13
}
14
14
}
15
15
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
- apply plugin : ' com.github.dcendents.android-maven'
3
- group = ' com.github.SiberiaDante'
2
+ // apply plugin: 'com.github.dcendents.android-maven'
3
+ // group = 'com.github.SiberiaDante'
4
4
android {
5
5
compileSdkVersion 24
6
6
buildToolsVersion ' 25.0.0'
@@ -26,16 +26,20 @@ android {
26
26
}
27
27
28
28
}
29
- repositories {
30
- maven { url " https://jitpack.io" }
31
- }
29
+ // allprojects {
30
+ // repositories {
31
+ // jcenter()
32
+ // maven { url "https://jitpack.io" }
33
+ // }
34
+ // }
32
35
dependencies {
33
36
compile fileTree(include : [' *.jar' ], dir : ' libs' )
34
37
androidTestCompile(' com.android.support.test.espresso:espresso-core:2.2.2' , {
35
38
exclude group : ' com.android.support' , module : ' support-annotations'
36
39
})
37
40
provided ' com.android.support:appcompat-v7:24.2.1'
38
41
provided ' junit:junit:4.12'
42
+ // compile 'com.github.jitpack:gradle-simple:1.0'
39
43
// provided 'com.squareup.picasso:picasso:2.5.2'
40
44
// provided 'com.github.chrisbanes:PhotoView:2.0.0'
41
45
// provided 'io.reactivex.rxjava2:rxjava:2.1.0'
You can’t perform that action at this time.
0 commit comments