We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2725ebb commit 2fca843Copy full SHA for 2fca843
android/pom.xml
@@ -14,6 +14,17 @@
14
<name>GeneXus Standard Classes for Android</name>
15
16
<dependencies>
17
+ <dependency>
18
+ <groupId>${project.groupId}</groupId>
19
+ <artifactId>gxcryptocommon</artifactId>
20
+ <version>${project.version}</version>
21
+ <exclusions>
22
+ <exclusion> <!-- exclude common io from android -->
23
+ <groupId>commons-io</groupId>
24
+ <artifactId>commons-io</artifactId>
25
+ </exclusion>
26
+ </exclusions>
27
+ </dependency>
28
<dependency>
29
<groupId>${project.groupId}</groupId>
30
<artifactId>gxcommon</artifactId>
0 commit comments