Skip to content

Commit

Permalink
docs: adds changelog for minimum android version bump
Browse files Browse the repository at this point in the history
- bumps to api level 21
  • Loading branch information
CTLalit committed Jan 6, 2025
1 parent eaa46c3 commit 4ca4e50
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/CTCORECHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

* Adds support for Android 15, making it compliant with Android 15 requirements. Details [here](https://developer.android.com/about/versions/15/summary)
* Upgrades the algorithm used for [encryption of PII data](EXAMPLES.md#encryption-of-pii-data-), making it compliant with [OWASP](https://mas.owasp.org/MASTG/0x04g-Testing-Cryptography/). Uses AndroidKeyStore for securely backing up encryption key on api levels 23+.
* Updates Minimum Android SDK version to API 21 (Android 5.0)

> ⚠️ **NOTE**
After upgrading the SDK to v7.2.0, don't downgrade in subsequent app releases. If you encounter any issues, please contact the CleverTap support team for assistance.
Expand Down
1 change: 1 addition & 0 deletions docs/CTGEOFENCECHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Version 1.4.0 (January 6, 2025)
* Adds support for Android 15, making it compliant with Android 15 requirements. Details [here](https://developer.android.com/about/versions/15/summary)
* Updates Minimum Android SDK version to API 21 (Android 5.0)

### Version 1.3.0 (February 21, 2024)
* Supports Android 14, made it compliant with Android 14 requirements. Details [here](https://developer.android.com/about/versions/14/summary)
Expand Down
1 change: 1 addition & 0 deletions docs/CTHUAWEIPUSHCHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Version 1.4.0 (January 6, 2025)
* Adds support for Android 15, making it compliant with Android 15 requirements. Details [here](https://developer.android.com/about/versions/15/summary)
* Updates Minimum Android SDK version to API 21 (Android 5.0)

### Version 1.3.4 (February 21, 2024)
* Supports Android 14, made it compliant with Android 14 requirements. Details [here](https://developer.android.com/about/versions/14/summary)
Expand Down
1 change: 1 addition & 0 deletions docs/CTPUSHTEMPLATESCHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#### New features
* Adds support for Android 15, making it compliant with Android 15 requirements. Details [here](https://developer.android.com/about/versions/15/summary)
* Updates Minimum Android SDK version to API 21 (Android 5.0)

### Version 1.2.4 (August 5, 2024)

Expand Down
1 change: 1 addition & 0 deletions templates/CTCORECHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

* Adds support for Android 15, making it compliant with Android 15 requirements. Details [here](https://developer.android.com/about/versions/15/summary)
* Upgrades the algorithm used for [encryption of PII data](EXAMPLES.md#encryption-of-pii-data-), making it compliant with [OWASP](https://mas.owasp.org/MASTG/0x04g-Testing-Cryptography/). Uses AndroidKeyStore for securely backing up encryption key on api levels 23+.
* Updates Minimum Android SDK version to API 21 (Android 5.0)

> ⚠️ **NOTE**
After upgrading the SDK to v7.2.0, don't downgrade in subsequent app releases. If you encounter any issues, please contact the CleverTap support team for assistance.
Expand Down
1 change: 1 addition & 0 deletions templates/CTGEOFENCECHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Version 1.4.0 (January 6, 2025)
* Adds support for Android 15, making it compliant with Android 15 requirements. Details [here](https://developer.android.com/about/versions/15/summary)
* Updates Minimum Android SDK version to API 21 (Android 5.0)

### Version 1.3.0 (February 21, 2024)
* Supports Android 14, made it compliant with Android 14 requirements. Details [here](https://developer.android.com/about/versions/14/summary)
Expand Down
1 change: 1 addition & 0 deletions templates/CTHUAWEIPUSHCHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Version 1.4.0 (January 6, 2025)
* Adds support for Android 15, making it compliant with Android 15 requirements. Details [here](https://developer.android.com/about/versions/15/summary)
* Updates Minimum Android SDK version to API 21 (Android 5.0)

### Version 1.3.4 (February 21, 2024)
* Supports Android 14, made it compliant with Android 14 requirements. Details [here](https://developer.android.com/about/versions/14/summary)
Expand Down
1 change: 1 addition & 0 deletions templates/CTPUSHTEMPLATESCHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#### New features
* Adds support for Android 15, making it compliant with Android 15 requirements. Details [here](https://developer.android.com/about/versions/15/summary)
* Updates Minimum Android SDK version to API 21 (Android 5.0)

### Version 1.2.4 (August 5, 2024)

Expand Down

0 comments on commit 4ca4e50

Please sign in to comment.