tensorflow-lite-fdroid
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.schliweb</groupId>
<artifactId>tensorflow-lite-fdroid</artifactId>
<version>1.4.1-fdroid</version>
</dependency><?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">
<modelVersion>4.0.0</modelVersion>
<groupId>de.schliweb</groupId>
<artifactId>tensorflow-lite-fdroid</artifactId>
<version>1.4.1-fdroid</version>
<packaging>aar</packaging>
<name>TensorFlow Lite (F-Droid compatible build)</name>
<description>A patched build of TensorFlow Lite (LiteRT) compiled entirely from source without proprietary dependencies (Google Play Services, ai-delivery). Intended for F-Droid and other libre Android distributions. This is NOT an official Google release.</description>
<url>https://github.com/egdels/LiteRT</url>
<inceptionYear>2026</inceptionYear>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>egdels</id>
<name>Christian Kierdorf</name>
<url>https://github.com/egdels</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/egdels/LiteRT.git</connection>
<developerConnection>scm:git:ssh://git@github.com/egdels/LiteRT.git</developerConnection>
<tag>v1.4.1-fdroid</tag>
<url>https://github.com/egdels/LiteRT</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/egdels/LiteRT/issues</url>
</issueManagement>
</project>