diff --git a/auth-fdroid-release.aar b/auth-fdroid-release.aar deleted file mode 100644 index 96db121a3e1cc1d5e703ff26fc91c08b8ac0eabc..0000000000000000000000000000000000000000 Binary files a/auth-fdroid-release.aar and /dev/null differ diff --git a/auth-gplay-release.aar b/auth-gplay-release.aar deleted file mode 100644 index 02d710ebe5b74437380a85e44ec43259698eb4f8..0000000000000000000000000000000000000000 Binary files a/auth-gplay-release.aar and /dev/null differ diff --git a/core-release.aar b/core-release.aar deleted file mode 100644 index fd04393c932a61349a1affea39838c6e13572a93..0000000000000000000000000000000000000000 Binary files a/core-release.aar and /dev/null differ diff --git a/gallery-release.aar b/gallery-release.aar deleted file mode 100644 index 61e6c3c0a9b0a2e7f5baf8d819af1b65201e48a8..0000000000000000000000000000000000000000 Binary files a/gallery-release.aar and /dev/null differ diff --git a/pom_auth_fdroid.xml b/pom_auth_fdroid.xml deleted file mode 100644 index e214e5a41f69c5ab8a58889c2fcc187288496904..0000000000000000000000000000000000000000 --- a/pom_auth_fdroid.xml +++ /dev/null @@ -1,63 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <!-- This module was also published with a richer model, Gradle metadata, --> - <!-- which should be used instead. Do not delete the following line which --> - <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> - <!-- that they should prefer consuming it instead. --> - <!-- do_not_remove: published-with-gradle-metadata --> - <modelVersion>4.0.0</modelVersion> - <groupId>org.futo.gitlab.circles</groupId> - <artifactId>auth_fdroid</artifactId> - <version>1.0.10</version> - <dependencies> - <dependency> - <groupId>androidx.databinding</groupId> - <artifactId>viewbinding</artifactId> - <version>8.3.2</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.jetbrains.kotlin</groupId> - <artifactId>kotlin-stdlib-jdk8</artifactId> - <version>1.9.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.futo.gitlab.circles</groupId> - <artifactId>core</artifactId> - <version>1.0.10</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.browser</groupId> - <artifactId>browser</artifactId> - <version>1.8.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.nulab-inc</groupId> - <artifactId>zxcvbn</artifactId> - <version>1.9.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.github.yuriy-budiyev</groupId> - <artifactId>code-scanner</artifactId> - <version>2.3.2</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.google.dagger</groupId> - <artifactId>hilt-android</artifactId> - <version>2.51.1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.hilt</groupId> - <artifactId>hilt-work</artifactId> - <version>1.2.0</version> - <scope>compile</scope> - </dependency> - </dependencies> -</project> diff --git a/pom_auth_gplay.xml b/pom_auth_gplay.xml deleted file mode 100644 index a3808a62f5cf2e5807208056d1b5d36250a6fddc..0000000000000000000000000000000000000000 --- a/pom_auth_gplay.xml +++ /dev/null @@ -1,81 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <!-- This module was also published with a richer model, Gradle metadata, --> - <!-- which should be used instead. Do not delete the following line which --> - <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> - <!-- that they should prefer consuming it instead. --> - <!-- do_not_remove: published-with-gradle-metadata --> - <modelVersion>4.0.0</modelVersion> - <groupId>org.futo.gitlab.circles</groupId> - <artifactId>auth_gplay</artifactId> - <version>1.0.10</version> - <dependencies> - <dependency> - <groupId>androidx.databinding</groupId> - <artifactId>viewbinding</artifactId> - <version>8.3.2</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.jetbrains.kotlin</groupId> - <artifactId>kotlin-stdlib-jdk8</artifactId> - <version>1.9.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.android.billingclient</groupId> - <artifactId>billing-ktx</artifactId> - <version>6.2.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.credentials</groupId> - <artifactId>credentials</artifactId> - <version>1.3.0-alpha02</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.credentials</groupId> - <artifactId>credentials-play-services-auth</artifactId> - <version>1.3.0-alpha02</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.futo.gitlab.circles</groupId> - <artifactId>core</artifactId> - <version>1.0.10</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.browser</groupId> - <artifactId>browser</artifactId> - <version>1.8.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.nulab-inc</groupId> - <artifactId>zxcvbn</artifactId> - <version>1.9.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.github.yuriy-budiyev</groupId> - <artifactId>code-scanner</artifactId> - <version>2.3.2</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.google.dagger</groupId> - <artifactId>hilt-android</artifactId> - <version>2.51.1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.hilt</groupId> - <artifactId>hilt-work</artifactId> - <version>1.2.0</version> - <scope>compile</scope> - </dependency> - </dependencies> -</project> diff --git a/pom_core.xml b/pom_core.xml deleted file mode 100644 index bea21f8a901d81c39dda8f557e493c2e4dceea4f..0000000000000000000000000000000000000000 --- a/pom_core.xml +++ /dev/null @@ -1,208 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <!-- This module was also published with a richer model, Gradle metadata, --> - <!-- which should be used instead. Do not delete the following line which --> - <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> - <!-- that they should prefer consuming it instead. --> - <!-- do_not_remove: published-with-gradle-metadata --> - <modelVersion>4.0.0</modelVersion> - <groupId>org.futo.gitlab.circles</groupId> - <artifactId>core</artifactId> - <version>1.0.10</version> - <dependencies> - <dependency> - <groupId>androidx.appcompat</groupId> - <artifactId>appcompat</artifactId> - <version>1.6.1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.google.android.material</groupId> - <artifactId>material</artifactId> - <version>1.11.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.recyclerview</groupId> - <artifactId>recyclerview</artifactId> - <version>1.3.2</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.autofill</groupId> - <artifactId>autofill</artifactId> - <version>1.1.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.core</groupId> - <artifactId>core-ktx</artifactId> - <version>1.12.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.lifecycle</groupId> - <artifactId>lifecycle-livedata-ktx</artifactId> - <version>2.7.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.lifecycle</groupId> - <artifactId>lifecycle-viewmodel-ktx</artifactId> - <version>2.7.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.lifecycle</groupId> - <artifactId>lifecycle-process</artifactId> - <version>2.7.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.navigation</groupId> - <artifactId>navigation-fragment-ktx</artifactId> - <version>2.7.7</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.navigation</groupId> - <artifactId>navigation-ui-ktx</artifactId> - <version>2.7.7</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.github.kirich1409</groupId> - <artifactId>viewbindingpropertydelegate-noreflection</artifactId> - <version>1.5.9</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.futo.gitlab.circles</groupId> - <artifactId>matrix-android-sdk</artifactId> - <version>v1.6.10.32</version> - <type>aar</type> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.squareup.retrofit2</groupId> - <artifactId>retrofit</artifactId> - <version>2.11.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.squareup.retrofit2</groupId> - <artifactId>converter-gson</artifactId> - <version>2.11.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.google.code.gson</groupId> - <artifactId>gson</artifactId> - <version>2.10.1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.work</groupId> - <artifactId>work-runtime-ktx</artifactId> - <version>2.9.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.github.bumptech.glide</groupId> - <artifactId>glide</artifactId> - <version>4.16.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.github.penfeizhou.android.animation</groupId> - <artifactId>glide-plugin</artifactId> - <version>3.0.1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.google.zxing</groupId> - <artifactId>core</artifactId> - <version>3.5.3</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>io.noties.markwon</groupId> - <artifactId>core</artifactId> - <version>4.6.2</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>io.noties.markwon</groupId> - <artifactId>linkify</artifactId> - <version>4.6.2</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>io.noties.markwon</groupId> - <artifactId>ext-strikethrough</artifactId> - <version>4.6.2</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>io.noties.markwon</groupId> - <artifactId>ext-tasklist</artifactId> - <version>4.6.2</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>io.element.android</groupId> - <artifactId>wysiwyg</artifactId> - <version>2.36.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.media3</groupId> - <artifactId>media3-exoplayer</artifactId> - <version>1.3.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.media3</groupId> - <artifactId>media3-ui</artifactId> - <version>1.3.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.databinding</groupId> - <artifactId>viewbinding</artifactId> - <version>8.3.2</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.jetbrains.kotlin</groupId> - <artifactId>kotlin-stdlib-jdk8</artifactId> - <version>1.9.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.google.dagger</groupId> - <artifactId>hilt-android</artifactId> - <version>2.51.1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>jp.wasabeef</groupId> - <artifactId>glide-transformations</artifactId> - <version>4.3.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.github.WycliffeAssociates</groupId> - <artifactId>jdenticon-kotlin</artifactId> - <version>1.1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.caverock</groupId> - <artifactId>androidsvg-aar</artifactId> - <version>1.4</version> - <scope>compile</scope> - </dependency> - </dependencies> -</project> diff --git a/pom_gallery.xml b/pom_gallery.xml deleted file mode 100644 index eab775d1ba3563e3aca3f4895ff5d607cb345902..0000000000000000000000000000000000000000 --- a/pom_gallery.xml +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <!-- This module was also published with a richer model, Gradle metadata, --> - <!-- which should be used instead. Do not delete the following line which --> - <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> - <!-- that they should prefer consuming it instead. --> - <!-- do_not_remove: published-with-gradle-metadata --> - <modelVersion>4.0.0</modelVersion> - <groupId>org.futo.gitlab.circles</groupId> - <artifactId>gallery</artifactId> - <version>1.0.10</version> - <dependencies> - <dependency> - <groupId>androidx.databinding</groupId> - <artifactId>viewbinding</artifactId> - <version>8.3.2</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.jetbrains.kotlin</groupId> - <artifactId>kotlin-stdlib-jdk8</artifactId> - <version>1.9.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.futo.gitlab.circles</groupId> - <artifactId>core</artifactId> - <version>1.0.10</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.jsibbold</groupId> - <artifactId>zoomage</artifactId> - <version>1.3.1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.google.dagger</groupId> - <artifactId>hilt-android</artifactId> - <version>2.51.1</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>androidx.hilt</groupId> - <artifactId>hilt-work</artifactId> - <version>1.2.0</version> - <scope>compile</scope> - </dependency> - </dependencies> -</project>