File tree Expand file tree Collapse file tree 4 files changed +27
-0
lines changed
sample-integration-android Expand file tree Collapse file tree 4 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ package =" de.schildbach.wallet.integration.android"
4
+ android : versionCode =" 1"
5
+ android : versionName =" 1.0" >
6
+ </manifest >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
7
<artifactId >integration-android</artifactId >
8
+ <packaging >apklib</packaging >
8
9
<version >1.0</version >
9
10
<name >Bitcoin Integration for Android</name >
10
11
28
29
29
30
<build >
30
31
<sourceDirectory >src</sourceDirectory >
32
+ <plugins >
33
+ <plugin >
34
+ <groupId >org.apache.maven.plugins</groupId >
35
+ <artifactId >maven-source-plugin</artifactId >
36
+ </plugin >
37
+ <plugin >
38
+ <groupId >com.jayway.maven.plugins.android.generation2</groupId >
39
+ <artifactId >android-maven-plugin</artifactId >
40
+ <configuration >
41
+ <sdk >
42
+ <platform >10</platform >
43
+ </sdk >
44
+ <!-- Force the generated BuildConfig into target/generated-sources where it is ignored,
45
+ see https://code.google.com/p/maven-android-plugin/issues/detail?id=388 -->
46
+ <genDirectory >target/generated-sources/r</genDirectory >
47
+ </configuration >
48
+ </plugin >
49
+ </plugins >
31
50
</build >
32
51
33
52
</project >
Original file line number Diff line number Diff line change 30
30
<groupId >de.schildbach.wallet</groupId >
31
31
<artifactId >integration-android</artifactId >
32
32
<version >1.0</version >
33
+ <type >apklib</type >
33
34
</dependency >
34
35
35
36
</dependencies >
Original file line number Diff line number Diff line change 61
61
<groupId >de.schildbach.wallet</groupId >
62
62
<artifactId >integration-android</artifactId >
63
63
<version >1.0</version >
64
+ <type >apklib</type >
64
65
</dependency >
65
66
66
67
<!-- com.google.zxing.* -->
You can’t perform that action at this time.
0 commit comments