Add missing files for firebase attribution
This commit is contained in:
parent
1feb0fbd3d
commit
e2c9c8c46c
Binary file not shown.
@ -0,0 +1,16 @@
|
||||
<?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.tuyoo.component.login.third</groupId>
|
||||
<artifactId>firebaseAttribution</artifactId>
|
||||
<version>0.2.0</version>
|
||||
<packaging>aar</packaging>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.google.firebase</groupId>
|
||||
<artifactId>firebase-analytics</artifactId>
|
||||
<version>21.5.1</version>
|
||||
<scope>implementation</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "com.bywaystudios.tuyoosdk",
|
||||
"displayName": "TuyooSDK",
|
||||
"version": "1.0.20-exp.2",
|
||||
"version": "1.0.20-exp.3",
|
||||
"description": "Include Tuyoo SDK and Resolve Build Process Problems"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user