Skip to content

Commit ebfdd82

Browse files
committed
v1.1.0
1 parent bff1e3e commit ebfdd82

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

androidutil/build.gradle

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
apply plugin: 'com.android.library'
2-
2+
apply plugin: 'com.github.dcendents.android-maven'
3+
group='com.github.SiberiaDante'
34
android {
45
compileSdkVersion rootProject.ext.compileSdkVersion
56
defaultConfig {
@@ -20,7 +21,10 @@ android {
2021
}
2122

2223
}
23-
24+
//repositories {
25+
// jcenter()
26+
// maven { url "https://jitpack.io" }
27+
//}
2428
dependencies {
2529
implementation fileTree(dir: 'libs', include: ['*.jar'])
2630

@@ -29,4 +33,5 @@ dependencies {
2933
testImplementation 'junit:junit:4.12'
3034
androidTestImplementation 'com.android.support.test:runner:1.0.1'
3135
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
36+
// compile 'com.github.jitpack:gradle-simple:1.0.5'
3237
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
dependencies {
1111
classpath 'com.android.tools.build:gradle:3.2.0-alpha01'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13-
13+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
1414
// NOTE: Do not place your application dependencies here; they belong
1515
// in the individual module build.gradle files
1616
}

0 commit comments

Comments
 (0)