Skip to content

Commit

Permalink
Release 15.7.1 (#632)
Browse files Browse the repository at this point in the history
* Release 15.7.1

* license update
  • Loading branch information
imSzukala committed Mar 20, 2024
1 parent c880532 commit a3b6edd
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 92 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 15.7.1
###### Release Date: 20-03-2024
- Added video and image compression

## 15.7.0
###### Release Date: 08-03-2024
### 📱 New Feature
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ There are 2 options for installing Intercom on your Android app.
Add the following dependency to your app's `build.gradle` file:
```groovy
dependencies {
implementation 'io.intercom.android:intercom-sdk:15.7.0'
implementation 'io.intercom.android:intercom-sdk:15.7.1'
implementation 'com.google.firebase:firebase-messaging:20.+'
}
```
Expand All @@ -53,7 +53,7 @@ dependencies {
If you'd rather not have push notifications in your app, you can use this dependency:
```groovy
dependencies {
implementation 'io.intercom.android:intercom-sdk-base:15.7.0'
implementation 'io.intercom.android:intercom-sdk-base:15.7.1'
}
```

Expand Down
134 changes: 45 additions & 89 deletions THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ Annotation (1.7.1) - The Apache Software License, Version 2.0
Provides source annotations for tooling and readability.
https://developer.android.com/jetpack/androidx/releases/annotation#1.7.1

AspectJ runtime (1.8.2) - Eclipse Public License - v 1.0
The runtime needed to execute a program using AspectJ
http://www.aspectj.org

coil (2.6.0) - The Apache License, Version 2.0
An image loading library for Android backed by Kotlin Coroutines.
https://github.com/coil-kt/coil
Expand Down Expand Up @@ -225,89 +229,77 @@ Collections Kotlin Extensions (1.4.0) - The Apache Software License, Version 2.0
Kotlin extensions for 'collection' artifact
https://developer.android.com/jetpack/androidx/releases/collection#1.4.0

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

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

Compose Foundation (1.6.2) - The Apache Software License, Version 2.0
Compose Foundation (1.6.3) - The Apache Software License, Version 2.0
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
https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.6.2
https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.6.3

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

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

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

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

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

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

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

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

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

Compose Saveable (1.6.2) - The Apache Software License, Version 2.0
Compose Saveable (1.6.3) - The Apache Software License, Version 2.0
Compose components that allow saving and restoring the local ui state
https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.6.2

Compose Testing manifest dependency (1.6.2) - The Apache Software License, Version 2.0
Compose testing library that should be added as a debugImplementation dependency to add properties to the debug manifest necessary for testing an application
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.2

Compose Tooling (1.6.2) - The Apache Software License, Version 2.0
Compose tooling library. This library exposes information to our tools for better IDE support.
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.2

Compose Tooling Data (1.6.2) - The Apache Software License, Version 2.0
Compose tooling library data. This library provides data about compose for different tooling purposes.
https://developer.android.com/jetpack/androidx/releases/compose-ui#1.6.2
https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.6.3

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

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

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

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

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

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

Curtains (1.2.5) - The Apache Software License, Version 2.0
Spy on your Android windows
https://github.com/square/curtains/

error-prone annotations (2.15.0) - Apache 2.0

Experimental annotation (1.3.1) - The Apache Software License, Version 2.0
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.
https://developer.android.com/jetpack/androidx/releases/annotation#1.3.1

fbjni (0.3.0) - APACHE-2
Facebook JNI helpers library
https://github.com/facebookincubator/fbjni

FindBugs-jsr305 (3.0.2) - The Apache Software License, Version 2.0
JSR305 Annotations for Findbugs
http://findbugs.sourceforge.net/

firebase-annotations (16.2.0) - The Apache Software License, Version 2.0

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

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

Flipper (0.247.0) - MIT
Flipper SDK for Android
https://github.com/facebook/flipper

Flipper Network Plugin (0.247.0) - MIT
Network/OkHttp plugin for Flipper
https://github.com/facebook/flipper

Fragment Kotlin Extensions (1.6.2) - The Apache Software License, Version 2.0
Kotlin extensions for 'fragment' artifact
https://developer.android.com/jetpack/androidx/releases/fragment#1.6.2
Expand Down Expand Up @@ -413,9 +385,9 @@ utility classes, Google's collections, I/O classes, and
much more.
https://github.com/google/guava

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

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

LightCompressor (1.3.2) - The Apache Software License, Version 2.0
A powerful and easy-to-use video compression library for android uses MediaCodec API
https://github.com/AbedElazizShe/LightCompressor

LiveData Core Kotlin Extensions (2.7.0) - The Apache Software License, Version 2.0
Kotlin extensions for 'livedata-core' artifact
https://developer.android.com/jetpack/androidx/releases/lifecycle#2.7.0
Expand Down Expand Up @@ -581,10 +557,6 @@ okio (3.8.0) - The Apache Software License, Version 2.0
A modern I/O library for Android, Java, and Kotlin Multiplatform.
https://github.com/square/okio/

OpenSSL (1.1.1l-beta-1) - Dual OpenSSL and SSLeay License
The ndkports AAR for OpenSSL.
https://android.googlesource.com/platform/tools/ndkports

Paging-Common (3.2.1) - The Apache Software License, Version 2.0
Android Paging-Common
https://developer.android.com/jetpack/androidx/releases/paging#3.2.1
Expand Down Expand Up @@ -643,22 +615,6 @@ Skiko Awt (0.7.7) - The Apache License, Version 2.0
Kotlin Skia bindings
https://www.github.com/JetBrains/skiko

SLF4J API Module (2.0.6) - MIT License
The slf4j API
http://www.slf4j.org

SoLoader (0.11.0) - Apache-2
Reliable native code loader for Android
https://github.com/facebook/soloader

SoLoader (0.11.0) - Apache-2
DoNotOptimize class
https://github.com/facebook/soloader

SoLoader (0.11.0) - Apache-2
Native code loading interface for Android
https://github.com/facebook/soloader

transport-api (3.1.0) - The Apache Software License, Version 2.0

transport-backend-cct (3.1.8) - The Apache Software License, Version 2.0
Expand Down
2 changes: 1 addition & 1 deletion sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {

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

implementation("io.intercom.android:intercom-sdk:15.7.0")
implementation("io.intercom.android:intercom-sdk:15.7.1")
implementation("com.google.firebase:firebase-messaging:23.1.0")
}

Expand Down

0 comments on commit a3b6edd

Please sign in to comment.