Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SiberiaDante committed Mar 13, 2018
1 parent bff1e3e commit ebfdd82
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions androidutil/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'com.android.library'

apply plugin: 'com.github.dcendents.android-maven'
group='com.github.SiberiaDante'
android {
compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig {
Expand All @@ -20,7 +21,10 @@ android {
}

}

//repositories {
// jcenter()
// maven { url "https://jitpack.io" }
//}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

Expand All @@ -29,4 +33,5 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
// compile 'com.github.jitpack:gradle-simple:1.0.5'
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0-alpha01'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down

0 comments on commit ebfdd82

Please sign in to comment.