Skip to content

Commit ecbfda1

Browse files
committed
Add agentforce-sdk-repository-experimental maven
1 parent 4acd485 commit ecbfda1

File tree

217 files changed

+1638
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

217 files changed

+1638
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<body>
3+
<h1>Directory listing</h1>
4+
<hr/>
5+
<pre>
6+
<a href="../">../</a>
7+
<a href="salesforce/">salesforce/</a>
8+
</pre>
9+
</body>
10+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7fa3ed8b88b29baaa0ff626909f4076d
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
df2dc2adc5a7e0ecc0425a8ca3d8415b9f5a3d8b
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
37a1d542db1cbafbeeb06c3c71763711e94ee23af0822a4e3ecac92f42659b07
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3992206447a936dae1d902dd639b329406dc30844ca02f962ca8318d1e7740c34b72865570bf82211f6578b2569238f00957223e14d5ca8d33635c237f808ec5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>com.salesforce.android.agentforcesdk</groupId>
5+
<artifactId>agentforce-sdk-components</artifactId>
6+
<version>14.20.0-experimental</version>
7+
<packaging>aar</packaging>
8+
<dependencies>
9+
<dependency>
10+
<groupId>androidx.compose.ui</groupId>
11+
<artifactId>ui</artifactId>
12+
<version>1.7.6</version>
13+
<scope>compile</scope>
14+
</dependency>
15+
<dependency>
16+
<groupId>androidx.compose.material</groupId>
17+
<artifactId>material</artifactId>
18+
<version>1.7.6</version>
19+
<scope>compile</scope>
20+
</dependency>
21+
<dependency>
22+
<groupId>androidx.constraintlayout</groupId>
23+
<artifactId>constraintlayout-compose</artifactId>
24+
<version>1.1.0-alpha10</version>
25+
<scope>compile</scope>
26+
</dependency>
27+
<dependency>
28+
<groupId>androidx.compose.material3</groupId>
29+
<artifactId>material3</artifactId>
30+
<version>1.3.1</version>
31+
<scope>compile</scope>
32+
</dependency>
33+
<dependency>
34+
<groupId>androidx.compose.ui</groupId>
35+
<artifactId>ui-tooling</artifactId>
36+
<version>1.7.6</version>
37+
<scope>compile</scope>
38+
</dependency>
39+
<dependency>
40+
<groupId>io.coil-kt</groupId>
41+
<artifactId>coil-compose</artifactId>
42+
<version>2.2.2</version>
43+
<scope>compile</scope>
44+
</dependency>
45+
<dependency>
46+
<groupId>org.jetbrains.kotlin</groupId>
47+
<artifactId>kotlin-stdlib</artifactId>
48+
<version>2.1.0</version>
49+
<scope>compile</scope>
50+
</dependency>
51+
</dependencies>
52+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
37a65632f3735a44346e4fd0685a183c
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c7cdbed00fe9be854dc731d56fa1a0e5a54ecc11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2037af7ad16298b525333971d9f18c852ac8545f8dfd4744f59f72ac34fbee4b

0 commit comments

Comments
 (0)