react-native-background-timer-2.4.0-jitsi-6910391.pom 978 Bytes
Newer Older
Ильжан's avatar
Ильжан committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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>com.facebook.react</groupId>
  <artifactId>react-native-background-timer</artifactId>
  <version>2.4.0-jitsi-6910391</version>
  <packaging>aar</packaging>
  <name>react-native-background-timer</name>
  <description>Emit event periodically (even when app is in the background)</description>
  <url>https://github.com/ocetnik/react-native-background-timer#readme</url>
  <licenses>
    <license>
      <name>MIT</name>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>com.facebook.react</groupId>
      <artifactId>react-native</artifactId>
      <version>0.61</version>
    </dependency>
  </dependencies>
</project>