Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SiberiaDante committed Sep 22, 2017
1 parent 96344fe commit fdbc277
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {

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

Expand Down
5 changes: 3 additions & 2 deletions siberiadante/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
apply plugin: 'com.android.library'
//apply plugin: 'com.github.dcendents.android-maven'
//group = 'com.github.SiberiaDante'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.SiberiaDante'
android {
compileSdkVersion 24
buildToolsVersion '25.0.0'
Expand Down

0 comments on commit fdbc277

Please sign in to comment.