File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
-
2
+ apply plugin : ' com.github.dcendents.android-maven'
3
+ group= ' com.github.SiberiaDante'
3
4
android {
4
5
compileSdkVersion rootProject. ext. compileSdkVersion
5
6
defaultConfig {
@@ -20,7 +21,10 @@ android {
20
21
}
21
22
22
23
}
23
-
24
+ // repositories {
25
+ // jcenter()
26
+ // maven { url "https://jitpack.io" }
27
+ // }
24
28
dependencies {
25
29
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
26
30
@@ -29,4 +33,5 @@ dependencies {
29
33
testImplementation ' junit:junit:4.12'
30
34
androidTestImplementation ' com.android.support.test:runner:1.0.1'
31
35
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1'
36
+ // compile 'com.github.jitpack:gradle-simple:1.0.5'
32
37
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
dependencies {
11
11
classpath ' com.android.tools.build:gradle:3.2.0-alpha01'
12
12
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13
-
13
+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.4.1 '
14
14
// NOTE: Do not place your application dependencies here; they belong
15
15
// in the individual module build.gradle files
16
16
}
You can’t perform that action at this time.
0 commit comments