File tree Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Expand file tree Collapse file tree 3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
+ apply plugin : ' android-maven'
2
3
3
4
description = ' js-android-sdk-client'
4
5
5
6
ext {
6
7
PUBLISH_GROUP_ID = group
7
8
PUBLISH_ARTIFACT_ID = description
8
- PUBLISH_VERSION = ' 1.9.0 '
9
+ PUBLISH_VERSION = ' 1.9'
9
10
}
10
11
11
12
android {
Original file line number Diff line number Diff line change 28
28
29
29
<application />
30
30
31
- <instrumentation
32
- android : name =" android.test.InstrumentationTestRunner"
33
- android : targetPackage =" com.jaspersoft.android.sdk.integration" />
34
-
35
31
</manifest >
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
+ apply plugin : ' android-maven'
2
3
3
4
description = ' js-android-sdk-ui'
4
5
5
6
ext {
6
7
PUBLISH_GROUP_ID = group
7
8
PUBLISH_ARTIFACT_ID = description
8
- PUBLISH_VERSION = ' 1.9.0 '
9
+ PUBLISH_VERSION = ' 1.9'
9
10
}
10
11
11
12
@@ -24,6 +25,19 @@ android {
24
25
lintOptions {
25
26
abortOnError false
26
27
}
28
+
29
+ packagingOptions {
30
+ exclude ' asm-license.txt'
31
+ exclude ' NOTICE'
32
+ exclude ' LICENSE'
33
+ exclude ' LICENSE.txt'
34
+ exclude ' META-INF/license.txt'
35
+ exclude ' META-INF/LICENSE.txt'
36
+ exclude ' META-INF/LICENSE'
37
+ exclude ' META-INF/notice.txt'
38
+ exclude ' META-INF/NOTICE.txt'
39
+ exclude ' META-INF/NOTICE'
40
+ }
27
41
}
28
42
29
43
You can’t perform that action at this time.
0 commit comments