Skip to content

Commit fdbc277

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

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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+
4+
group='com.github.SiberiaDante'
45
android {
56
compileSdkVersion 24
67
buildToolsVersion '25.0.0'

0 commit comments

Comments
 (0)