Skip to content

Commit 6b2ed2d

Browse files
author
Sergi Martínez
committed
added jetpack configuration
1 parent 21ef253 commit 6b2ed2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,17 @@ buildscript {
77

88
dependencies {
99
classpath 'com.android.tools.build:gradle:3.3.2'
10+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1011
}
1112
}
1213

1314
apply plugin: 'com.android.library'
1415
apply plugin: 'checkstyle'
1516
apply plugin: 'maven-publish'
17+
apply plugin: 'com.github.dcendents.android-maven'
18+
19+
20+
group = "com.github.adevintaspain"
1621

1722
android {
1823
compileSdkVersion 28

0 commit comments

Comments
 (0)