Add missing files for firebase attribution

This commit is contained in:
wsycarlos 2025-12-08 16:17:05 +08:00
parent 1feb0fbd3d
commit e2c9c8c46c
3 changed files with 17 additions and 1 deletions

View File

@ -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>

View File

@ -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"
}