Skip to content

Commit a3b6edd

Browse files
authored
Release 15.7.1 (#632)
* Release 15.7.1 * license update
1 parent c880532 commit a3b6edd

File tree

4 files changed

+52
-92
lines changed

4 files changed

+52
-92
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 15.7.1
4+
###### Release Date: 20-03-2024
5+
- Added video and image compression
6+
37
## 15.7.0
48
###### Release Date: 08-03-2024
59
### 📱 New Feature

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ There are 2 options for installing Intercom on your Android app.
4343
Add the following dependency to your app's `build.gradle` file:
4444
```groovy
4545
dependencies {
46-
implementation 'io.intercom.android:intercom-sdk:15.7.0'
46+
implementation 'io.intercom.android:intercom-sdk:15.7.1'
4747
implementation 'com.google.firebase:firebase-messaging:20.+'
4848
}
4949
```
@@ -53,7 +53,7 @@ dependencies {
5353
If you'd rather not have push notifications in your app, you can use this dependency:
5454
```groovy
5555
dependencies {
56-
implementation 'io.intercom.android:intercom-sdk-base:15.7.0'
56+
implementation 'io.intercom.android:intercom-sdk-base:15.7.1'
5757
}
5858
```
5959

THIRD_PARTY_LICENSES

Lines changed: 45 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ Annotation (1.7.1) - The Apache Software License, Version 2.0
193193
Provides source annotations for tooling and readability.
194194
https://developer.android.com/jetpack/androidx/releases/annotation#1.7.1
195195

196+
AspectJ runtime (1.8.2) - Eclipse Public License - v 1.0
197+
The runtime needed to execute a program using AspectJ
198+
http://www.aspectj.org
199+
196200
coil (2.6.0) - The Apache License, Version 2.0
197201
An image loading library for Android backed by Kotlin Coroutines.
198202
https://github.com/coil-kt/coil
@@ -225,89 +229,77 @@ Collections Kotlin Extensions (1.4.0) - The Apache Software License, Version 2.0
225229
Kotlin extensions for 'collection' artifact
226230
https://developer.android.com/jetpack/androidx/releases/collection#1.4.0
227231

228-
Compose Animation (1.6.2) - The Apache Software License, Version 2.0
232+
Compose Animation (1.6.3) - The Apache Software License, Version 2.0
229233
Compose animation library
230-
https://developer.android.com/jetpack/androidx/releases/compose-animation#1.6.2
234+
https://developer.android.com/jetpack/androidx/releases/compose-animation#1.6.3
231235

232-
Compose Animation Core (1.6.2) - The Apache Software License, Version 2.0
236+
Compose Animation Core (1.6.3) - The Apache Software License, Version 2.0
233237
Animation engine and animation primitives that are the building blocks of the Compose animation library
234-
https://developer.android.com/jetpack/androidx/releases/compose-animation#1.6.2
238+
https://developer.android.com/jetpack/androidx/releases/compose-animation#1.6.3
235239

236-
Compose Foundation (1.6.2) - The Apache Software License, Version 2.0
240+
Compose Foundation (1.6.3) - The Apache Software License, Version 2.0
237241
Higher level abstractions of the Compose UI primitives. This library is design system agnostic, providing the high-level building blocks for both application and design-system developers
238-
https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.6.2
242+
https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.6.3
239243

240-
Compose Geometry (1.6.2) - The Apache Software License, Version 2.0
244+
Compose Geometry (1.6.3) - The Apache Software License, Version 2.0
241245
Compose classes related to dimensions without units
242-
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.2
246+
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.3
243247

244-
Compose Graphics (1.6.2) - The Apache Software License, Version 2.0
248+
Compose Graphics (1.6.3) - The Apache Software License, Version 2.0
245249
Compose graphics
246-
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.2
250+
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.3
247251

248-
Compose Layouts (1.6.2) - The Apache Software License, Version 2.0
252+
Compose Layouts (1.6.3) - The Apache Software License, Version 2.0
249253
Compose layout implementations
250-
https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.6.2
254+
https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.6.3
251255

252-
Compose Material Components (1.6.2) - The Apache Software License, Version 2.0
256+
Compose Material Components (1.6.3) - The Apache Software License, Version 2.0
253257
Compose Material Design Components library
254-
https://developer.android.com/jetpack/androidx/releases/compose-material#1.6.2
258+
https://developer.android.com/jetpack/androidx/releases/compose-material#1.6.3
255259

256-
Compose Material Icons Core (1.6.2) - The Apache Software License, Version 2.0
260+
Compose Material Icons Core (1.6.3) - The Apache Software License, Version 2.0
257261
Compose Material Design core icons. This module contains the most commonly used set of Material icons.
258-
https://developer.android.com/jetpack/androidx/releases/compose-material#1.6.2
262+
https://developer.android.com/jetpack/androidx/releases/compose-material#1.6.3
259263

260-
Compose Material Ripple (1.6.2) - The Apache Software License, Version 2.0
264+
Compose Material Ripple (1.6.3) - The Apache Software License, Version 2.0
261265
Material ripple used to build interactive components
262-
https://developer.android.com/jetpack/androidx/releases/compose-material#1.6.2
266+
https://developer.android.com/jetpack/androidx/releases/compose-material#1.6.3
263267

264-
Compose Material3 Components (1.2.0) - The Apache Software License, Version 2.0
268+
Compose Material3 Components (1.2.1) - The Apache Software License, Version 2.0
265269
Compose Material You Design Components library
266-
https://developer.android.com/jetpack/androidx/releases/compose-material3#1.2.0
270+
https://developer.android.com/jetpack/androidx/releases/compose-material3#1.2.1
267271

268272
Compose Navigation (2.7.7) - The Apache Software License, Version 2.0
269273
Compose integration with Navigation
270274
https://developer.android.com/jetpack/androidx/releases/navigation#2.7.7
271275

272-
Compose Runtime (1.6.2) - The Apache Software License, Version 2.0
276+
Compose Runtime (1.6.3) - The Apache Software License, Version 2.0
273277
Tree composition support for code generated by the Compose compiler plugin and corresponding public API
274-
https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.6.2
278+
https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.6.3
275279

276-
Compose Saveable (1.6.2) - The Apache Software License, Version 2.0
280+
Compose Saveable (1.6.3) - The Apache Software License, Version 2.0
277281
Compose components that allow saving and restoring the local ui state
278-
https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.6.2
279-
280-
Compose Testing manifest dependency (1.6.2) - The Apache Software License, Version 2.0
281-
Compose testing library that should be added as a debugImplementation dependency to add properties to the debug manifest necessary for testing an application
282-
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.2
283-
284-
Compose Tooling (1.6.2) - The Apache Software License, Version 2.0
285-
Compose tooling library. This library exposes information to our tools for better IDE support.
286-
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.2
287-
288-
Compose Tooling Data (1.6.2) - The Apache Software License, Version 2.0
289-
Compose tooling library data. This library provides data about compose for different tooling purposes.
290-
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.2
282+
https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.6.3
291283

292-
Compose UI (1.6.2) - The Apache Software License, Version 2.0
284+
Compose UI (1.6.3) - The Apache Software License, Version 2.0
293285
Compose UI primitives. This library contains the primitives that form the Compose UI Toolkit, such as drawing, measurement and layout.
294-
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.2
286+
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.3
295287

296-
Compose UI Preview Tooling (1.6.2) - The Apache Software License, Version 2.0
288+
Compose UI Preview Tooling (1.6.3) - The Apache Software License, Version 2.0
297289
Compose tooling library API. This library provides the API required to declare @Preview composables in user apps.
298-
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.2
290+
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.3
299291

300-
Compose UI Text (1.6.2) - The Apache Software License, Version 2.0
292+
Compose UI Text (1.6.3) - The Apache Software License, Version 2.0
301293
Compose Text primitives and utilities
302-
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.2
294+
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.3
303295

304-
Compose Unit (1.6.2) - The Apache Software License, Version 2.0
296+
Compose Unit (1.6.3) - The Apache Software License, Version 2.0
305297
Compose classes for simple units
306-
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.2
298+
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.3
307299

308-
Compose Util (1.6.2) - The Apache Software License, Version 2.0
300+
Compose Util (1.6.3) - The Apache Software License, Version 2.0
309301
Internal Compose utilities used by other modules
310-
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.2
302+
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.3
311303

312304
Converter: Gson (2.9.0) - The Apache Software License, Version 2.0
313305
A Retrofit Converter which uses Gson for serialization.
@@ -321,24 +313,12 @@ Core Kotlin Extensions (1.12.0) - The Apache Software License, Version 2.0
321313
Kotlin extensions for 'core' artifact
322314
https://developer.android.com/jetpack/androidx/releases/core#1.12.0
323315

324-
Curtains (1.2.5) - The Apache Software License, Version 2.0
325-
Spy on your Android windows
326-
https://github.com/square/curtains/
327-
328316
error-prone annotations (2.15.0) - Apache 2.0
329317

330318
Experimental annotation (1.3.1) - The Apache Software License, Version 2.0
331319
Java annotation for use on unstable Android API surfaces. When used in conjunction with the Experimental annotation lint checks, this annotation provides functional parity with Kotlin's Experimental annotation.
332320
https://developer.android.com/jetpack/androidx/releases/annotation#1.3.1
333321

334-
fbjni (0.3.0) - APACHE-2
335-
Facebook JNI helpers library
336-
https://github.com/facebookincubator/fbjni
337-
338-
FindBugs-jsr305 (3.0.2) - The Apache Software License, Version 2.0
339-
JSR305 Annotations for Findbugs
340-
http://findbugs.sourceforge.net/
341-
342322
firebase-annotations (16.2.0) - The Apache Software License, Version 2.0
343323

344324
firebase-common (20.4.2) - The Apache Software License, Version 2.0
@@ -365,14 +345,6 @@ firebase-measurement-connector (19.0.0) - Android Software Development Kit Licen
365345

366346
firebase-messaging (23.4.1) - The Apache Software License, Version 2.0
367347

368-
Flipper (0.247.0) - MIT
369-
Flipper SDK for Android
370-
https://github.com/facebook/flipper
371-
372-
Flipper Network Plugin (0.247.0) - MIT
373-
Network/OkHttp plugin for Flipper
374-
https://github.com/facebook/flipper
375-
376348
Fragment Kotlin Extensions (1.6.2) - The Apache Software License, Version 2.0
377349
Kotlin extensions for 'fragment' artifact
378350
https://developer.android.com/jetpack/androidx/releases/fragment#1.6.2
@@ -413,9 +385,9 @@ utility classes, Google's collections, I/O classes, and
413385
much more.
414386
https://github.com/google/guava
415387

416-
Java-WebSocket (1.5.4) - MIT License
417-
A barebones WebSocket client and server implementation written 100% in Java
418-
https://github.com/TooTallNate/Java-WebSocket
388+
ISO Parser (1.0.6) - Apache Software License - Version 2.0
389+
A generic parser and writer for all ISO 14496 based files (MP4, Quicktime, DCF, PDCF, ...)
390+
http://code.google.com/p/mp4parser/
419391

420392
javax.inject (1) - The Apache Software License, Version 2.0
421393
The javax.inject API
@@ -513,6 +485,10 @@ Lifecycle-Common for Java 8 (2.7.0) - The Apache Software License, Version 2.0
513485
Android Lifecycle-Common for Java 8 Language
514486
https://developer.android.com/jetpack/androidx/releases/lifecycle#2.7.0
515487

488+
LightCompressor (1.3.2) - The Apache Software License, Version 2.0
489+
A powerful and easy-to-use video compression library for android uses MediaCodec API
490+
https://github.com/AbedElazizShe/LightCompressor
491+
516492
LiveData Core Kotlin Extensions (2.7.0) - The Apache Software License, Version 2.0
517493
Kotlin extensions for 'livedata-core' artifact
518494
https://developer.android.com/jetpack/androidx/releases/lifecycle#2.7.0
@@ -581,10 +557,6 @@ okio (3.8.0) - The Apache Software License, Version 2.0
581557
A modern I/O library for Android, Java, and Kotlin Multiplatform.
582558
https://github.com/square/okio/
583559

584-
OpenSSL (1.1.1l-beta-1) - Dual OpenSSL and SSLeay License
585-
The ndkports AAR for OpenSSL.
586-
https://android.googlesource.com/platform/tools/ndkports
587-
588560
Paging-Common (3.2.1) - The Apache Software License, Version 2.0
589561
Android Paging-Common
590562
https://developer.android.com/jetpack/androidx/releases/paging#3.2.1
@@ -643,22 +615,6 @@ Skiko Awt (0.7.7) - The Apache License, Version 2.0
643615
Kotlin Skia bindings
644616
https://www.github.com/JetBrains/skiko
645617

646-
SLF4J API Module (2.0.6) - MIT License
647-
The slf4j API
648-
http://www.slf4j.org
649-
650-
SoLoader (0.11.0) - Apache-2
651-
Reliable native code loader for Android
652-
https://github.com/facebook/soloader
653-
654-
SoLoader (0.11.0) - Apache-2
655-
DoNotOptimize class
656-
https://github.com/facebook/soloader
657-
658-
SoLoader (0.11.0) - Apache-2
659-
Native code loading interface for Android
660-
https://github.com/facebook/soloader
661-
662618
transport-api (3.1.0) - The Apache Software License, Version 2.0
663619

664620
transport-backend-cct (3.1.8) - The Apache Software License, Version 2.0

sample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464

6565
implementation("androidx.datastore:datastore-preferences:1.0.0")
6666

67-
implementation("io.intercom.android:intercom-sdk:15.7.0")
67+
implementation("io.intercom.android:intercom-sdk:15.7.1")
6868
implementation("com.google.firebase:firebase-messaging:23.1.0")
6969
}
7070

0 commit comments

Comments
 (0)