<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.flybits.v3</groupId>
  <artifactId>kernel</artifactId>
  <version>0.9.3</version>
  <packaging>aar</packaging>
  <name>Flybits Kernel SDK</name>
  <description>This is the official production build of the Android kernel SDK. The kernel SDK contains the all functionalities associated to Flybits Experienes and Content including all entities, services, and components needed to fully integrate Flybits into your Android application.</description>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>flybits-inc</id>
      <name>Petar Kramaric</name>
      <email>pkramaric@flybits.com</email>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>com.flybits.v3</groupId>
      <artifactId>commons</artifactId>
      <version>0.2.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>android.arch.persistence.room</groupId>
      <artifactId>runtime</artifactId>
      <version>1.0.0-alpha1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>android.arch.lifecycle</groupId>
      <artifactId>extensions</artifactId>
      <version>1.0.0-alpha1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
