diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2021-08-31 15:44:35 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2021-08-31 15:44:35 +0000 |
commit | c8a8c2b13b6584c696ca3a5ae8aad843ea5de185 (patch) | |
tree | f41acb8f401ff2d2cfd946f91bd0b6da0c1f0f43 /embeddedmavenrepository | |
parent | daea2f9510ac1af22a4e2e2f3db7c2d6d314008b (diff) | |
parent | 5d0524a838149fda58c64c83ce0adfd64db0e96a (diff) |
Merge branch 'feature/ipscrambling' into 'master'
Feature/ipscrambling
See merge request e/privacy-central/privacycentralapp!7
Diffstat (limited to 'embeddedmavenrepository')
7 files changed, 112 insertions, 0 deletions
diff --git a/embeddedmavenrepository/.gitignore b/embeddedmavenrepository/.gitignore new file mode 100644 index 0000000..afa0879 --- /dev/null +++ b/embeddedmavenrepository/.gitignore @@ -0,0 +1 @@ +!*.aar
\ No newline at end of file diff --git a/embeddedmavenrepository/foundation/e/orbotservice/16.4.1/orbotservice-16.4.1.aar b/embeddedmavenrepository/foundation/e/orbotservice/16.4.1/orbotservice-16.4.1.aar Binary files differnew file mode 100644 index 0000000..f8bd05b --- /dev/null +++ b/embeddedmavenrepository/foundation/e/orbotservice/16.4.1/orbotservice-16.4.1.aar diff --git a/embeddedmavenrepository/foundation/e/orbotservice/16.4.1/orbotservice-16.4.1.pom b/embeddedmavenrepository/foundation/e/orbotservice/16.4.1/orbotservice-16.4.1.pom new file mode 100644 index 0000000..5736b70 --- /dev/null +++ b/embeddedmavenrepository/foundation/e/orbotservice/16.4.1/orbotservice-16.4.1.pom @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <groupId>foundation.e</groupId> + <artifactId>orbotservice</artifactId> + <version>16.4.1</version> + <packaging>aar</packaging> + <dependencies> + <dependency> + <groupId>org.torproject</groupId> + <artifactId>tor-android-binary</artifactId> + <version>0.4.4.6</version> + </dependency> + <dependency> + <groupId>info.pluggabletransports.aptds</groupId> + <artifactId>jsocksAndroid</artifactId> + <version>1.0.4</version> + </dependency> + <dependency> + <groupId>com.jaredrummler</groupId> + <artifactId>android-shell</artifactId> + <version>1.0.0</version> + </dependency> + <dependency> + <groupId>androidx.core</groupId> + <artifactId>core</artifactId> + <version>1.3.2</version> + </dependency> + <dependency> + <groupId>androidx.localbroadcastmanager</groupId> + <artifactId>localbroadcastmanager</artifactId> + <version>1.0.0</version> + </dependency> + <dependency> + <groupId>com.offbynull.portmapper</groupId> + <artifactId>portmapper</artifactId> + <version>2.0.5</version> + </dependency> + <dependency> + <groupId>info.guardianproject</groupId> + <artifactId>jtorctl</artifactId> + <version>0.4</version> + </dependency> + <dependency> + <groupId>com.github.tladesignz</groupId> + <artifactId>IPtProxy</artifactId> + <version>0.5.2</version> + </dependency> + </dependencies> +</project> diff --git a/embeddedmavenrepository/foundation/e/orbotservice/maven-metadata-local.xml b/embeddedmavenrepository/foundation/e/orbotservice/maven-metadata-local.xml new file mode 100644 index 0000000..c2ae644 --- /dev/null +++ b/embeddedmavenrepository/foundation/e/orbotservice/maven-metadata-local.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<metadata> + <groupId>foundation.e</groupId> + <artifactId>orbotservice</artifactId> + <versioning> + <latest>16.4.1</latest> + <release>16.4.1</release> + <versions> + <version>16.4.1</version> + </versions> + <lastUpdated>20210826064859</lastUpdated> + </versioning> +</metadata> diff --git a/embeddedmavenrepository/foundation/e/privacymodule.tor/0.1.0/privacymodule.tor-0.1.0.aar b/embeddedmavenrepository/foundation/e/privacymodule.tor/0.1.0/privacymodule.tor-0.1.0.aar Binary files differnew file mode 100644 index 0000000..b385feb --- /dev/null +++ b/embeddedmavenrepository/foundation/e/privacymodule.tor/0.1.0/privacymodule.tor-0.1.0.aar diff --git a/embeddedmavenrepository/foundation/e/privacymodule.tor/0.1.0/privacymodule.tor-0.1.0.pom b/embeddedmavenrepository/foundation/e/privacymodule.tor/0.1.0/privacymodule.tor-0.1.0.pom new file mode 100644 index 0000000..8f96af5 --- /dev/null +++ b/embeddedmavenrepository/foundation/e/privacymodule.tor/0.1.0/privacymodule.tor-0.1.0.pom @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <groupId>foundation.e</groupId> + <artifactId>privacymodule.tor</artifactId> + <version>0.1.0</version> + <packaging>aar</packaging> + <dependencies> + <dependency> + <groupId>org.jetbrains.kotlin</groupId> + <artifactId>kotlin-stdlib</artifactId> + <version>1.4.10</version> + </dependency> + <dependency> + <groupId>androidx.core</groupId> + <artifactId>core-ktx</artifactId> + <version>1.6.0</version> + </dependency> + <dependency> + <groupId>androidx.localbroadcastmanager</groupId> + <artifactId>localbroadcastmanager</artifactId> + <version>1.0.0</version> + </dependency> + <dependency> + <groupId>androidx.appcompat</groupId> + <artifactId>appcompat</artifactId> + <version>1.2.0</version> + </dependency> + <dependency> + <groupId>foundation.e</groupId> + <artifactId>orbotservice</artifactId> + <version>16.4.1</version> + </dependency> + </dependencies> +</project> diff --git a/embeddedmavenrepository/foundation/e/privacymodule.tor/maven-metadata-local.xml b/embeddedmavenrepository/foundation/e/privacymodule.tor/maven-metadata-local.xml new file mode 100644 index 0000000..0b05fb4 --- /dev/null +++ b/embeddedmavenrepository/foundation/e/privacymodule.tor/maven-metadata-local.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<metadata> + <groupId>foundation.e</groupId> + <artifactId>privacymodule.tor</artifactId> + <versioning> + <latest>0.1.0</latest> + <release>0.1.0</release> + <versions> + <version>0.1.0</version> + </versions> + <lastUpdated>20210830142258</lastUpdated> + </versioning> +</metadata> |