Skip to content

Commit 96344fe

Browse files
committed
v1.0.2
1 parent e53ebea commit 96344fe

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// 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'
1313
}
1414
}
1515

siberiadante/build.gradle

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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'
44
android {
55
compileSdkVersion 24
66
buildToolsVersion '25.0.0'
@@ -26,16 +26,20 @@ android {
2626
}
2727

2828
}
29-
repositories {
30-
maven { url "https://jitpack.io" }
31-
}
29+
//allprojects {
30+
// repositories {
31+
// jcenter()
32+
// maven { url "https://jitpack.io" }
33+
// }
34+
//}
3235
dependencies {
3336
compile fileTree(include: ['*.jar'], dir: 'libs')
3437
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
3538
exclude group: 'com.android.support', module: 'support-annotations'
3639
})
3740
provided 'com.android.support:appcompat-v7:24.2.1'
3841
provided 'junit:junit:4.12'
42+
// compile 'com.github.jitpack:gradle-simple:1.0'
3943
// provided 'com.squareup.picasso:picasso:2.5.2'
4044
// provided 'com.github.chrisbanes:PhotoView:2.0.0'
4145
// provided 'io.reactivex.rxjava2:rxjava:2.1.0'

0 commit comments

Comments
 (0)