Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ These are the source of the GeneXus Standard Classes for Java, valid since GeneX
| Name | Description
|---|---
| common | Classes common to Android and Java
| gxcryptocommon | Classes common to Android and Java related to Cryptography
| gxmail | Classes related to mail handling
| java | Java standard classes, output is gxclassr.jar
| wrappercommon | Interfaces to encapsulate Java EE and Jakarta EE support, output is gxwrappercommon.jar
Expand Down
15 changes: 0 additions & 15 deletions android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@
<name>GeneXus Standard Classes for Android</name>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>gxcryptocommon</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion> <!-- exclude common io from android -->
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
<exclusion> <!-- exclude bouncycastle from android -->
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>gxcommon</artifactId>
Expand Down
173 changes: 0 additions & 173 deletions android/src/main/java/com/genexus/cryptography/GXAsymEncryption.java

This file was deleted.

Loading