Skip to content

Commit 03a038c

Browse files
committed
Release of AgentforceSDK 260.1 v14.146.2
1 parent 53f5b71 commit 03a038c

File tree

52 files changed

+421
-25
lines changed

Some content is hidden

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

52 files changed

+421
-25
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Add the following to your module's `build.gradle.kts`:
111111
```kotlin
112112
dependencies {
113113
// Agentforce SDK Dependencies
114-
api("com.salesforce.android.agentforcesdk:agentforce-sdk:14.97.1")
114+
api("com.salesforce.android.agentforcesdk:agentforce-sdk:14.146.2")
115115
}
116116
```
117117

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
37b2ce9e70558c5bb9574d7b9a5d6d29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dbff40aa447e78c7420940529c436ef99945b545
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
314728833627691931bac0bf10ec4f2a01b31f1494da4314049211f7cf79631b
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9aa578a46869f1fb9f9147d0434cf76c512a888ad8b6aaaac03aaa5a1880f48befde9031e2838c9da728c2944019441870569bc84112c5de55abf78c958febf2
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.146.2</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+
85abba56f4b6e23c13769e4dd32a40e0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18b23414a65c77830412f8d75493d992a2ca787a
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
da718ee52a30fba9a0c235017378bd362af6720a492021b56563116fed37c792

0 commit comments

Comments
 (0)